Shades of Manz #DECB59
Tints of Manz #DECB59
RGB
CMYK
RGB Variations
Color information
#DECB59 (or 0xDECB59) is known color: Manz. HEX triplet: DE, CB and 59. RGB value is (222,203,89). Sum of RGB (Red+Green+Blue) = 222+203+89=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB59 is #2134A6. Grayscale: #C4C4C4. Windows color (decimal): -2176167 or 5884894. OLE color: 5884894.
HSL color Cylindrical-coordinate representation of color #DECB59: hue angle of 51.43º 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 #DECB59 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 89 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.13 |
| HSL | 51.43º | 0.67% | 0.61% | - |
| HSV(B) | 51.43º | 0.6% | 0.87% | - |
| XYZ | 53.28 | 58.96 | 18.02 | - |
| YUV | 195.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 89 | 0 | 0.09 | 0.60 | 0.13 | 51.43 | 0.67 | 0.61 |
| Hex | DE | CB | 59 | 0 | 9 | 3C | D | 33 | 43 | 3D |
| Octal | 336 | 313 | 131 | 0 | 11 | 74 | 15 | 63 | 103 | 75 |
| Binary | 11011110 | 11001011 | 1011001 | 0 | 1001 | 111100 | 1101 | 110011 | 1000011 | 111101 |
Color Harmonies of #DECB59
Complementary color
Monochromatic Colors of #DECB59
Black with #DECB59
Text Example
Text Example
White with #DECB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB59; }
p { color: rgb(222,203,89); }
H1.HeaderClassName
{
color: #DECB59;
}
.AnyTagClassName
{
color: #DECB59;
}
</style>
background-color css
<style>
a { background-color: #DECB59; }
a { background-color: rgb(222,203,89); }
div.DivClassName
{
background-color: #DECB59;
}
.BgClassName
{
background-color: #DECB59;
}
</style>
border-color css
<style>
span { border-color: #DECB59; }
span { border-color: rgb(222,203,89); }
td.TdClassName
{
border-color: #DECB59;
}
.TagClassName
{
border-color: #DECB59;
}
</style>