#DECC5C

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

Shades of Manz #DECC5C

Tints of Manz #DECC5C

Color information

#DECC5C (or 0xDECC5C) is unknown color: approx Manz. HEX triplet: DE, CC and 5C. RGB value is (222,204,92). Sum of RGB (Red+Green+Blue) = 222+204+92=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC5C is #2133A3. Grayscale: #C5C5C5. Windows color (decimal): -2175908 or 6081758. OLE color: 6081758.

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

Color convert

RGB22220492-
CMYK00.080.590.13
HSL51.69º66.33%61.57%-
HSV(B)51.69º58.56%87.06%-
XYZ53.6559.4918.78-
YUV196.6168.96146.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.86%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=42.86%
G=39.38%
B=17.76%

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
Decimal2222049200.080.590.1351.6966.3361.57
HexDECC5C083BD34423e
Octal33631413401073156410276
Binary110111101100110010111000100011101111011101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC5C; }

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

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

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

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

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

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

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

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