Shades of Manz #DECC5C
Tints of Manz #DECC5C
RGB
CMYK
RGB Variations
Color information
#DECC5C (or 0xDECC5C) is known color: 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
| RGB | 222 | 204 | 92 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.13 |
| HSL | 51.69º | 0.66% | 0.62% | - |
| HSV(B) | 51.69º | 0.59% | 0.87% | - |
| XYZ | 53.65 | 59.49 | 18.78 | - |
| YUV | 196.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 92 | 0 | 0.08 | 0.59 | 0.13 | 51.69 | 0.66 | 0.62 |
| Hex | DE | CC | 5C | 0 | 8 | 3B | D | 34 | 42 | 3E |
| Octal | 336 | 314 | 134 | 0 | 10 | 73 | 15 | 64 | 102 | 76 |
| Binary | 11011110 | 11001100 | 1011100 | 0 | 1000 | 111011 | 1101 | 110100 | 1000010 | 111110 |
Color Harmonies of #DECC5C
Complementary color
Monochromatic Colors of #DECC5C
Black with #DECC5C
Text Example
Text Example
White with #DECC5C
Text Example
Text Example
HTML Codes & Css Web 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>