Color Hex Logo

#dcb774 Color Hex

#DCB774
(220,183,116)
0 Favorites   0 Comments

Color spaces of #dcb774

RGB 220183116
HSL0.110.600.66
HSV39°47°86°
CMYK 0.000.170.47   0.14
XYZ49.601150.343623.6260
Yxy50.34360.40140.4074
Hunter Lab70.95320.615429.9249
CIE-Lab76.27974.793838.9207

#dcb774 color RGB value is (220,183,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01110100
Octal 334 267 164
Decimal 220 183 116
Hex DC B7 74

RGB Percentages of Color #dcb774

%42.39
%35.26
%22.35

CMYK Percentages of Color #dcb774

%0
%17
%47
%14

Triadic Colors of #dcb774

#dcb774 #74dcb7 #b774dc

Analogous Colors of #dcb774

#dcb774 #cddc74 #dc8374

Monochromatic Colors of #dcb774

#dcb774

Complementary Color

#dcb774 #7499dc

#dcb774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb774 Color CSS Codes

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

#dcb774 Text Font Color

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

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


#dcb774 Background Color

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

This div background color is #dcb774


#dcb774 Border Color

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

This div border color is #dcb774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb774

#dcb774 Color Palettes


Comments

No comments written yet.

Please login to write comment.