Color Hex Logo

#decc47 Color Hex

#DECC47
(222,204,71)
0 Favorites   0 Comments

Color spaces of #decc47

RGB 22220471
HSL0.150.700.57
HSV53°68°87°
CMYK 0.000.080.68   0.13
XYZ52.854459.170314.5965
Yxy59.17030.41740.4673
Hunter Lab76.9222-11.963942.5949
CIE-Lab81.3851-8.597165.5463

#decc47 color RGB value is (222,204,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01000111
Octal 336 314 107
Decimal 222 204 71
Hex DE CC 47

RGB Percentages of Color #decc47

%44.67
%41.05
%14.29

CMYK Percentages of Color #decc47

%0
%8
%68
%13

Triadic Colors of #decc47

#decc47 #47decc #cc47de

Analogous Colors of #decc47

#decc47 #a5de47 #de8147

Monochromatic Colors of #decc47

#decc47

Complementary Color

#decc47 #4759de

#decc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc47 Color CSS Codes

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

#decc47 Text Font Color

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

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


#decc47 Background Color

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

This div background color is #decc47


#decc47 Border Color

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

This div border color is #decc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc47


Comments

No comments written yet.

Please login to write comment.