Shades of Manz #DECC59
Tints of Manz #DECC59
RGB
CMYK
RGB Variations
Color information
#DECC59 (or 0xDECC59) is known color: Manz. HEX triplet: DE, CC and 59. RGB value is (222,204,89). Sum of RGB (Red+Green+Blue) = 222+204+89=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC59 is #2133A6. Grayscale: #C4C4C4. Windows color (decimal): -2175911 or 5885150. OLE color: 5885150.
HSL color Cylindrical-coordinate representation of color #DECC59: hue angle of 51.88º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DECC59 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 89 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.13 |
| HSL | 51.88º | 0.67% | 0.61% | - |
| HSV(B) | 51.88º | 0.6% | 0.87% | - |
| XYZ | 53.52 | 59.44 | 18.1 | - |
| YUV | 196.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 89 | 0 | 0.08 | 0.60 | 0.13 | 51.88 | 0.67 | 0.61 |
| Hex | DE | CC | 59 | 0 | 8 | 3C | D | 34 | 43 | 3D |
| Octal | 336 | 314 | 131 | 0 | 10 | 74 | 15 | 64 | 103 | 75 |
| Binary | 11011110 | 11001100 | 1011001 | 0 | 1000 | 111100 | 1101 | 110100 | 1000011 | 111101 |
Color Harmonies of #DECC59
Complementary color
Monochromatic Colors of #DECC59
Black with #DECC59
Text Example
Text Example
White with #DECC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC59; }
p { color: rgb(222,204,89); }
H1.HeaderClassName
{
color: #DECC59;
}
.AnyTagClassName
{
color: #DECC59;
}
</style>
background-color css
<style>
a { background-color: #DECC59; }
a { background-color: rgb(222,204,89); }
div.DivClassName
{
background-color: #DECC59;
}
.BgClassName
{
background-color: #DECC59;
}
</style>
border-color css
<style>
span { border-color: #DECC59; }
span { border-color: rgb(222,204,89); }
td.TdClassName
{
border-color: #DECC59;
}
.TagClassName
{
border-color: #DECC59;
}
</style>