Color Hex Logo

#dcb54f Color Hex

#DCB54F
(220,181,79)
0 Favorites   0 Comments

Color spaces of #dcb54f

RGB 22018179
HSL0.120.670.59
HSV43°64°86°
CMYK 0.000.180.64   0.14
XYZ47.450448.827914.3210
Yxy48.82790.42900.4415
Hunter Lab69.8770-1.073136.7626
CIE-Lab75.34412.922055.7789

#dcb54f color RGB value is (220,181,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 01001111
Octal 334 265 117
Decimal 220 181 79
Hex DC B5 4F

RGB Percentages of Color #dcb54f

%45.83
%37.71
%16.46

CMYK Percentages of Color #dcb54f

%0
%18
%64
%14

Triadic Colors of #dcb54f

#dcb54f #4fdcb5 #b54fdc

Analogous Colors of #dcb54f

#dcb54f #bddc4f #dc6f4f

Monochromatic Colors of #dcb54f

#dcb54f

Complementary Color

#dcb54f #4f76dc

#dcb54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb54f Color CSS Codes

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

#dcb54f Text Font Color

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

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


#dcb54f Background Color

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

This div background color is #dcb54f


#dcb54f Border Color

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

This div border color is #dcb54f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,181,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 #dcb54f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb54f


Comments

No comments written yet.

Please login to write comment.