#DECC5A

Color #DECC5A Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DECC5A

Tints of Manz #DECC5A

Color information

#DECC5A (or 0xDECC5A) is unknown color: approx Manz. HEX triplet: DE, CC and 5A. RGB value is (222,204,90). Sum of RGB (Red+Green+Blue) = 222+204+90=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC5A is #2133A5. Grayscale: #C4C4C4. Windows color (decimal): -2175910 or 5950686. OLE color: 5950686.

HSL color Cylindrical-coordinate representation of color #DECC5A: hue angle of 51.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DECC5A is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22220490-
CMYK00.080.590.13
HSL51.82º66.67%61.18%-
HSV(B)51.82º59.46%87.06%-
XYZ53.5659.4518.33-
YUV196.3967.96146.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 90 (35.55% from 255) = 17.44%
R=43.02%
G=39.53%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222049000.080.590.1351.8266.6761.18
HexDECC5A083BD34433d
Octal33631413201073156410375
Binary110111101100110010110100100011101111011101001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC5A; }

 p { color: rgb(222,204,90); }

 H1.HeaderClassName
 {
   color: #DECC5A;
 }
 .AnyTagClassName
 {
   color: #DECC5A;
 }
</style>
background-color css

<style>
 a { background-color: #DECC5A; }

 a { background-color: rgb(222,204,90); }

 div.DivClassName
 {
   background-color: #DECC5A;
 }
 .BgClassName
 {
   background-color: #DECC5A;
 }
</style>
border-color css

<style>
 span { border-color: #DECC5A; }

 span { border-color: rgb(222,204,90); }

 td.TdClassName
 {
   border-color: #DECC5A;
 }
 .TagClassName
 {
   border-color: #DECC5A;
 }
</style>