Color Hex Logo

#dccb39 Color Hex

#DCCB39
(220,203,57)
0 Favorites   0 Comments

Color spaces of #dccb39

RGB 22020357
HSL0.150.700.54
HSV54°74°86°
CMYK 0.000.080.74   0.14
XYZ51.609758.222912.3889
Yxy58.22290.42230.4764
Hunter Lab76.3039-12.799843.7863
CIE-Lab80.8626-9.597970.0902

#dccb39 color RGB value is (220,203,57).

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

The process color (four color CMYK) of #dccb39 color hex is 0.00, 0.08, 0.74, 0.14. Web safe color of #dccb39 is #cccc33. Color #dccb39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 00111001
Octal 334 313 71
Decimal 220 203 57
Hex DC CB 39

RGB Percentages of Color #dccb39

%45.83
%42.29
%11.88

CMYK Percentages of Color #dccb39

%0
%8
%74
%14

Triadic Colors of #dccb39

#dccb39 #39dccb #cb39dc

Analogous Colors of #dccb39

#dccb39 #9cdc39 #dc7a39

Monochromatic Colors of #dccb39

#dccb39

Complementary Color

#dccb39 #394adc

#dccb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb39 Color CSS Codes

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

#dccb39 Text Font Color

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

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


#dccb39 Background Color

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

This div background color is #dccb39


#dccb39 Border Color

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

This div border color is #dccb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb39


Comments

No comments written yet.

Please login to write comment.