Color Hex Logo

#dcc096 Color Hex

#DCC096
(220,192,150)
0 Favorites   0 Comments

Color spaces of #dcc096

RGB 220192150
HSL0.100.500.73
HSV36°32°86°
CMYK 0.000.130.32   0.14
XYZ53.869955.116936.6535
Yxy55.11690.36990.3784
Hunter Lab74.2408-0.399822.6964
CIE-Lab79.10863.832324.8521

#dcc096 color RGB value is (220,192,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10010110
Octal 334 300 226
Decimal 220 192 150
Hex DC C0 96

RGB Percentages of Color #dcc096

%39.15
%34.16
%26.69

CMYK Percentages of Color #dcc096

%0
%13
%32
%14

Triadic Colors of #dcc096

#dcc096 #96dcc0 #c096dc

Analogous Colors of #dcc096

#dcc096 #d5dc96 #dc9d96

Monochromatic Colors of #dcc096

#dcc096

Complementary Color

#dcc096 #96b2dc

#dcc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc096 Color CSS Codes

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

#dcc096 Text Font Color

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

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


#dcc096 Background Color

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

This div background color is #dcc096


#dcc096 Border Color

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

This div border color is #dcc096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc096


Comments

No comments written yet.

Please login to write comment.