Color Hex Logo

#dccb59 Color Hex

#DCCB59
(220,203,89)
0 Favorites   0 Comments

Color spaces of #dccb59

RGB 22020389
HSL0.150.650.61
HSV52°60°86°
CMYK 0.000.080.60   0.14
XYZ52.674358.648817.9953
Yxy58.64880.40730.4535
Hunter Lab76.5825-11.245139.6758
CIE-Lab81.0982-7.827857.6543

#dccb59 color RGB value is (220,203,89).

#dccb59 hex color red value is 220, green value is 203 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dccb59 hue: 0.15 , saturation: 0.65 and the lightness value of dccb59 is 0.61.

The process color (four color CMYK) of #dccb59 color hex is 0.00, 0.08, 0.60, 0.14. Web safe color of #dccb59 is #cccc66. Color #dccb59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01011001
Octal 334 313 131
Decimal 220 203 89
Hex DC CB 59

RGB Percentages of Color #dccb59

%42.97
%39.65
%17.38

CMYK Percentages of Color #dccb59

%0
%8
%60
%14

Triadic Colors of #dccb59

#dccb59 #59dccb #cb59dc

Analogous Colors of #dccb59

#dccb59 #acdc59 #dc8a59

Monochromatic Colors of #dccb59

#dccb59

Complementary Color

#dccb59 #596adc

#dccb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb59 Color CSS Codes

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

#dccb59 Text Font Color

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

This sample text font color is #dccb59
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.


#dccb59 Background Color

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

This div background color is #dccb59


#dccb59 Border Color

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

This div border color is #dccb59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,203,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dccb59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dccb59;
  -webkit-box-shadow: 1px 1px 3px 2px #dccb59;
  box-shadow:         1px 1px 3px 2px #dccb59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,203,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb59


Comments

No comments written yet.

Please login to write comment.