Color Hex Logo

#dcb94f Color Hex

#DCB94F
(220,185,79)
0 Favorites   0 Comments

Color spaces of #dcb94f

RGB 22018579
HSL0.130.670.59
HSV45°64°86°
CMYK 0.000.160.64   0.14
XYZ48.275450.478114.5960
Yxy50.47810.42590.4453
Hunter Lab71.0479-3.047437.5531
CIE-Lab76.36180.821156.8866

#dcb94f color RGB value is (220,185,79).

#dcb94f hex color red value is 220, green value is 185 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dcb94f hue: 0.13 , saturation: 0.67 and the lightness value of dcb94f is 0.59.

The process color (four color CMYK) of #dcb94f color hex is 0.00, 0.16, 0.64, 0.14. Web safe color of #dcb94f is #cccc66. Color #dcb94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01001111
Octal 334 271 117
Decimal 220 185 79
Hex DC B9 4F

RGB Percentages of Color #dcb94f

%45.45
%38.22
%16.32

CMYK Percentages of Color #dcb94f

%0
%16
%64
%14

Triadic Colors of #dcb94f

#dcb94f #4fdcb9 #b94fdc

Analogous Colors of #dcb94f

#dcb94f #b9dc4f #dc734f

Monochromatic Colors of #dcb94f

#dcb94f

Complementary Color

#dcb94f #4f72dc

#dcb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb94f Color CSS Codes

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

#dcb94f Text Font Color

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

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


#dcb94f Background Color

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

This div background color is #dcb94f


#dcb94f Border Color

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

This div border color is #dcb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb94f


Comments

No comments written yet.

Please login to write comment.