Color Hex Logo

#dcc596 Color Hex

#DCC596
(220,197,150)
0 Favorites   0 Comments

Color spaces of #dcc596

RGB 220197150
HSL0.110.500.73
HSV40°32°86°
CMYK 0.000.100.32   0.14
XYZ54.986557.350237.0258
Yxy57.35020.36810.3840
Hunter Lab75.7299-2.920824.0229
CIE-Lab80.37621.207826.5681

#dcc596 color RGB value is (220,197,150).

#dcc596 hex color red value is 220, green value is 197 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dcc596 hue: 0.11 , saturation: 0.50 and the lightness value of dcc596 is 0.73.

The process color (four color CMYK) of #dcc596 color hex is 0.00, 0.10, 0.32, 0.14. Web safe color of #dcc596 is #cccc99. Color #dcc596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 10010110
Octal 334 305 226
Decimal 220 197 150
Hex DC C5 96

RGB Percentages of Color #dcc596

%38.80
%34.74
%26.46

CMYK Percentages of Color #dcc596

%0
%10
%32
%14

Triadic Colors of #dcc596

#dcc596 #96dcc5 #c596dc

Analogous Colors of #dcc596

#dcc596 #d0dc96 #dca296

Monochromatic Colors of #dcc596

#dcc596

Complementary Color

#dcc596 #96addc

#dcc596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc596 Color CSS Codes

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

#dcc596 Text Font Color

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

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


#dcc596 Background Color

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

This div background color is #dcc596


#dcc596 Border Color

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

This div border color is #dcc596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc596


Comments

No comments written yet.

Please login to write comment.