Color Hex Logo

#decc77 Color Hex

#DECC77
(222,204,119)
0 Favorites   0 Comments

Color spaces of #decc77

RGB 222204119
HSL0.140.610.67
HSV50°46°87°
CMYK 0.000.080.46   0.13
XYZ55.046860.047226.1418
Yxy60.04720.38980.4252
Hunter Lab77.4901-8.806434.2412
CIE-Lab81.8638-5.052344.4258

#decc77 color RGB value is (222,204,119).

#decc77 hex color red value is 222, green value is 204 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #decc77 hue: 0.14 , saturation: 0.61 and the lightness value of decc77 is 0.67.

The process color (four color CMYK) of #decc77 color hex is 0.00, 0.08, 0.46, 0.13. Web safe color of #decc77 is #cccc66. Color #decc77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01110111
Octal 336 314 167
Decimal 222 204 119
Hex DE CC 77

RGB Percentages of Color #decc77

%40.73
%37.43
%21.83

CMYK Percentages of Color #decc77

%0
%8
%46
%13

Triadic Colors of #decc77

#decc77 #77decc #cc77de

Analogous Colors of #decc77

#decc77 #bdde77 #de9977

Monochromatic Colors of #decc77

#decc77

Complementary Color

#decc77 #7789de

#decc77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc77 Color CSS Codes

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

#decc77 Text Font Color

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

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


#decc77 Background Color

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

This div background color is #decc77


#decc77 Border Color

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

This div border color is #decc77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc77


Comments

No comments written yet.

Please login to write comment.