Color Hex Logo

#dcb972 Color Hex

#DCB972
(220,185,114)
0 Favorites   0 Comments

Color spaces of #dcb972

RGB 220185114
HSL0.110.600.65
HSV40°48°86°
CMYK 0.000.160.48   0.14
XYZ49.901451.128523.1583
Yxy51.12850.40180.4117
Hunter Lab71.5042-0.560630.8505
CIE-Lab76.75683.548140.5417

#dcb972 color RGB value is (220,185,114).

#dcb972 hex color red value is 220, green value is 185 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dcb972 hue: 0.11 , saturation: 0.60 and the lightness value of dcb972 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01110010
Octal 334 271 162
Decimal 220 185 114
Hex DC B9 72

RGB Percentages of Color #dcb972

%42.39
%35.65
%21.97

CMYK Percentages of Color #dcb972

%0
%16
%48
%14

Triadic Colors of #dcb972

#dcb972 #72dcb9 #b972dc

Analogous Colors of #dcb972

#dcb972 #cadc72 #dc8472

Monochromatic Colors of #dcb972

#dcb972

Complementary Color

#dcb972 #7295dc

#dcb972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb972 Color CSS Codes

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

#dcb972 Text Font Color

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

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


#dcb972 Background Color

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

This div background color is #dcb972


#dcb972 Border Color

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

This div border color is #dcb972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb972


Comments

No comments written yet.

Please login to write comment.