color codes Logo

#cdb13f color codes

#CDB13F
(205,177,63)
0 Favorites   0 Comments

Color spaces of #cdb13f

RGB 20517763
HSL0.130.590.53
HSV48°69°80°
CMYK 0.000.140.69   0.20
XYZ41.796244.782311.1436
Yxy44.78230.42770.4583
Hunter Lab66.9196-5.622936.9706
CIE-Lab72.7483-2.314859.4626

#cdb13f color RGB value is (205,177,63).

#cdb13f hex color red value is 205, green value is 177 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cdb13f hue: 0.13 , saturation: 0.59 and the lightness value of cdb13f is 0.53.

The process color (four color CMYK) of #cdb13f color code is 0.00, 0.14, 0.69, 0.20. Web safe color of #cdb13f is #cc9933. Color #cdb13f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 00111111
Octal 315 261 77
Decimal 205 177 63
Hex CD B1 3F

RGB Percentages of Color #cdb13f

%46.07
%39.78
%14.16

CMYK Percentages of Color #cdb13f

%0
%14
%69
%20

Triadic Colors of #cdb13f

#cdb13f #3fcdb1 #b13fcd

Analogous Colors of #cdb13f

#cdb13f #a2cd3f #cd6a3f

Monochromatic Colors of #cdb13f

#cdb13f

Complementary Color

#cdb13f #3f5bcd

#cdb13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb13f Color CSS Codes

.mybgcolor {background-color:#cdb13f; } 
.myforecolor {color:#cdb13f; }
.mybordercolor {border:3px solid #cdb13f; }

#cdb13f Text Font Color

<p style="color:#cdb13f">Text here</p>

This sample text font color is #cdb13f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cdb13f Background Color

<div style="background-color:#cdb13f">
Div content here</div>

This div background color is #cdb13f


#cdb13f Border Color

<div style="border:3px solid #cdb13f">
Div here</div>

This div border color is #cdb13f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,177,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdb13f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdb13f;
  -webkit-box-shadow: 1px 1px 3px 2px #cdb13f;
  box-shadow:         1px 1px 3px 2px #cdb13f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,177,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cdb13f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb13f;
  -webkit-box-shadow: 1px 1px 3px 2px #cdb13f;
  box-shadow:         1px 1px 3px 2px #cdb13f;">
Div content here</div>

This div box has shadow with color #cdb13f


Comments

No comments written yet.

Please login to write comment.