Color Hex Logo

#decc99 Color Hex

#DECC99
(222,204,153)
0 Favorites   0 Comments

Color spaces of #decc99

RGB 222204153
HSL0.120.510.74
HSV44°31°87°
CMYK 0.000.080.31   0.13
XYZ57.466861.015238.8853
Yxy61.01520.36520.3877
Hunter Lab78.1122-5.374825.1632
CIE-Lab82.3869-1.286827.7361

#decc99 color RGB value is (222,204,153).

#decc99 hex color red value is 222, green value is 204 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #decc99 hue: 0.12 , saturation: 0.51 and the lightness value of decc99 is 0.74.

The process color (four color CMYK) of #decc99 color hex is 0.00, 0.08, 0.31, 0.13. Web safe color of #decc99 is #cccc99. Color #decc99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 10011001
Octal 336 314 231
Decimal 222 204 153
Hex DE CC 99

RGB Percentages of Color #decc99

%38.34
%35.23
%26.42

CMYK Percentages of Color #decc99

%0
%8
%31
%13

Triadic Colors of #decc99

#decc99 #99decc #cc99de

Analogous Colors of #decc99

#decc99 #cede99 #deaa99

Monochromatic Colors of #decc99

#decc99

Complementary Color

#decc99 #99abde

#decc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc99 Color CSS Codes

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

#decc99 Text Font Color

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

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


#decc99 Background Color

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

This div background color is #decc99


#decc99 Border Color

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

This div border color is #decc99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,204,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #decc99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #decc99;
  -webkit-box-shadow: 1px 1px 3px 2px #decc99;
  box-shadow:         1px 1px 3px 2px #decc99; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,204,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc99


Comments

No comments written yet.

Please login to write comment.