Color Hex Logo

#dcb64e Color Hex

#DCB64E
(220,182,78)
0 Favorites   0 Comments

Color spaces of #dcb64e

RGB 22018278
HSL0.120.670.58
HSV44°65°86°
CMYK 0.000.170.65   0.14
XYZ47.618349.221614.1987
Yxy49.22160.42880.4433
Hunter Lab70.1581-1.623737.1115
CIE-Lab75.58902.333956.4914

#dcb64e color RGB value is (220,182,78).

#dcb64e hex color red value is 220, green value is 182 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dcb64e hue: 0.12 , saturation: 0.67 and the lightness value of dcb64e is 0.58.

The process color (four color CMYK) of #dcb64e color hex is 0.00, 0.17, 0.65, 0.14. Web safe color of #dcb64e is #cccc66. Color #dcb64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110110 01001110
Octal 334 266 116
Decimal 220 182 78
Hex DC B6 4E

RGB Percentages of Color #dcb64e

%45.83
%37.92
%16.25

CMYK Percentages of Color #dcb64e

%0
%17
%65
%14

Triadic Colors of #dcb64e

#dcb64e #4edcb6 #b64edc

Analogous Colors of #dcb64e

#dcb64e #bbdc4e #dc6f4e

Monochromatic Colors of #dcb64e

#dcb64e

Complementary Color

#dcb64e #4e74dc

#dcb64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb64e Color CSS Codes

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

#dcb64e Text Font Color

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

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


#dcb64e Background Color

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

This div background color is #dcb64e


#dcb64e Border Color

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

This div border color is #dcb64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb64e


Comments

No comments written yet.

Please login to write comment.