Color Hex Logo

#decc37 Color Hex

#DECC37
(222,204,55)
0 Favorites   0 Comments

Color spaces of #decc37

RGB 22220455
HSL0.150.720.54
HSV54°75°87°
CMYK 0.000.080.75   0.13
XYZ52.406758.991212.2387
Yxy58.99120.42390.4771
Hunter Lab76.8057-12.614544.3164
CIE-Lab81.2868-9.337371.2148

#decc37 color RGB value is (222,204,55).

#decc37 hex color red value is 222, green value is 204 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #decc37 hue: 0.15 , saturation: 0.72 and the lightness value of decc37 is 0.54.

The process color (four color CMYK) of #decc37 color hex is 0.00, 0.08, 0.75, 0.13. Web safe color of #decc37 is #cccc33. Color #decc37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 00110111
Octal 336 314 67
Decimal 222 204 55
Hex DE CC 37

RGB Percentages of Color #decc37

%46.15
%42.41
%11.43

CMYK Percentages of Color #decc37

%0
%8
%75
%13

Triadic Colors of #decc37

#decc37 #37decc #cc37de

Analogous Colors of #decc37

#decc37 #9dde37 #de7937

Monochromatic Colors of #decc37

#decc37

Complementary Color

#decc37 #3749de

#decc37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc37 Color CSS Codes

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

#decc37 Text Font Color

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

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


#decc37 Background Color

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

This div background color is #decc37


#decc37 Border Color

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

This div border color is #decc37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc37


Comments

No comments written yet.

Please login to write comment.