Color Hex Logo

#decc60 Color Hex

#DECC60
(222,204,96)
0 Favorites   0 Comments

Color spaces of #decc60

RGB 22220496
HSL0.140.660.62
HSV51°57°87°
CMYK 0.000.080.57   0.13
XYZ53.828459.559919.7255
Yxy59.55990.40440.4474
Hunter Lab77.1751-10.555438.8684
CIE-Lab81.5984-7.006055.1062

#decc60 color RGB value is (222,204,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01100000
Octal 336 314 140
Decimal 222 204 96
Hex DE CC 60

RGB Percentages of Color #decc60

%42.53
%39.08
%18.39

CMYK Percentages of Color #decc60

%0
%8
%57
%13

Triadic Colors of #decc60

#decc60 #60decc #cc60de

Analogous Colors of #decc60

#decc60 #b1de60 #de8d60

Monochromatic Colors of #decc60

#decc60

Complementary Color

#decc60 #6072de

#decc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc60 Color CSS Codes

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

#decc60 Text Font Color

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

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


#decc60 Background Color

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

This div background color is #decc60


#decc60 Border Color

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

This div border color is #decc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc60


Comments

No comments written yet.

Please login to write comment.