Color Hex Logo

#dcb973 Color Hex

#DCB973
(220,185,115)
0 Favorites   0 Comments

Color spaces of #dcb973

RGB 220185115
HSL0.110.600.66
HSV40°48°86°
CMYK 0.000.160.48   0.14
XYZ49.958751.151423.4598
Yxy51.15140.40100.4106
Hunter Lab71.5202-0.473530.6161
CIE-Lab76.77063.642740.0497

#dcb973 color RGB value is (220,185,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01110011
Octal 334 271 163
Decimal 220 185 115
Hex DC B9 73

RGB Percentages of Color #dcb973

%42.31
%35.58
%22.12

CMYK Percentages of Color #dcb973

%0
%16
%48
%14

Triadic Colors of #dcb973

#dcb973 #73dcb9 #b973dc

Analogous Colors of #dcb973

#dcb973 #cbdc73 #dc8573

Monochromatic Colors of #dcb973

#dcb973

Complementary Color

#dcb973 #7396dc

#dcb973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb973 Color CSS Codes

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

#dcb973 Text Font Color

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

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


#dcb973 Background Color

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

This div background color is #dcb973


#dcb973 Border Color

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

This div border color is #dcb973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb973


Comments

No comments written yet.

Please login to write comment.