Shades of Manz #DECE58
Tints of Manz #DECE58
RGB
CMYK
RGB Variations
Color information
#DECE58 (or 0xDECE58) is known color: Manz. HEX triplet: DE, CE and 58. RGB value is (222,206,88). Sum of RGB (Red+Green+Blue) = 222+206+88=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE58 is #2131A7. Grayscale: #C5C5C5. Windows color (decimal): -2175400 or 5820126. OLE color: 5820126.
HSL color Cylindrical-coordinate representation of color #DECE58: hue angle of 52.84º 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 #DECE58 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 88 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.13 |
| HSL | 52.84º | 0.67% | 0.61% | - |
| HSV(B) | 52.84º | 0.6% | 0.87% | - |
| XYZ | 53.96 | 60.38 | 18.04 | - |
| YUV | 197.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 88 | 0 | 0.07 | 0.60 | 0.13 | 52.84 | 0.67 | 0.61 |
| Hex | DE | CE | 58 | 0 | 7 | 3C | D | 35 | 43 | 3D |
| Octal | 336 | 316 | 130 | 0 | 7 | 74 | 15 | 65 | 103 | 75 |
| Binary | 11011110 | 11001110 | 1011000 | 0 | 111 | 111100 | 1101 | 110101 | 1000011 | 111101 |
Color Harmonies of #DECE58
Complementary color
Monochromatic Colors of #DECE58
Black with #DECE58
Text Example
Text Example
White with #DECE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE58; }
p { color: rgb(222,206,88); }
H1.HeaderClassName
{
color: #DECE58;
}
.AnyTagClassName
{
color: #DECE58;
}
</style>
background-color css
<style>
a { background-color: #DECE58; }
a { background-color: rgb(222,206,88); }
div.DivClassName
{
background-color: #DECE58;
}
.BgClassName
{
background-color: #DECE58;
}
</style>
border-color css
<style>
span { border-color: #DECE58; }
span { border-color: rgb(222,206,88); }
td.TdClassName
{
border-color: #DECE58;
}
.TagClassName
{
border-color: #DECE58;
}
</style>