Shades of Manz #DECF59
Tints of Manz #DECF59
RGB
CMYK
RGB Variations
Color information
#DECF59 (or 0xDECF59) is known color: Manz. HEX triplet: DE, CF and 59. RGB value is (222,207,89). Sum of RGB (Red+Green+Blue) = 222+207+89=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF59 is #2130A6. Grayscale: #C6C6C6. Windows color (decimal): -2175143 or 5885918. OLE color: 5885918.
HSL color Cylindrical-coordinate representation of color #DECF59: hue angle of 53.23º 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 #DECF59 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 89 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.13 |
| HSL | 53.23º | 0.67% | 0.61% | - |
| HSV(B) | 53.23º | 0.6% | 0.87% | - |
| XYZ | 54.24 | 60.88 | 18.34 | - |
| YUV | 198.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 89 | 0 | 0.07 | 0.60 | 0.13 | 53.23 | 0.67 | 0.61 |
| Hex | DE | CF | 59 | 0 | 7 | 3C | D | 35 | 43 | 3D |
| Octal | 336 | 317 | 131 | 0 | 7 | 74 | 15 | 65 | 103 | 75 |
| Binary | 11011110 | 11001111 | 1011001 | 0 | 111 | 111100 | 1101 | 110101 | 1000011 | 111101 |
Color Harmonies of #DECF59
Complementary color
Monochromatic Colors of #DECF59
Black with #DECF59
Text Example
Text Example
White with #DECF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF59; }
p { color: rgb(222,207,89); }
H1.HeaderClassName
{
color: #DECF59;
}
.AnyTagClassName
{
color: #DECF59;
}
</style>
background-color css
<style>
a { background-color: #DECF59; }
a { background-color: rgb(222,207,89); }
div.DivClassName
{
background-color: #DECF59;
}
.BgClassName
{
background-color: #DECF59;
}
</style>
border-color css
<style>
span { border-color: #DECF59; }
span { border-color: rgb(222,207,89); }
td.TdClassName
{
border-color: #DECF59;
}
.TagClassName
{
border-color: #DECF59;
}
</style>