Shades of Manz #DECE5A
Tints of Manz #DECE5A
RGB
CMYK
RGB Variations
Color information
#DECE5A (or 0xDECE5A) is known color: Manz. HEX triplet: DE, CE and 5A. RGB value is (222,206,90). Sum of RGB (Red+Green+Blue) = 222+206+90=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE5A is #2131A5. Grayscale: #C6C6C6. Windows color (decimal): -2175398 or 5951198. OLE color: 5951198.
HSL color Cylindrical-coordinate representation of color #DECE5A: hue angle of 52.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DECE5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 90 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.13 |
| HSL | 52.73º | 0.67% | 0.61% | - |
| HSV(B) | 52.73º | 0.59% | 0.87% | - |
| XYZ | 54.04 | 60.41 | 18.48 | - |
| YUV | 197.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 90 | 0 | 0.07 | 0.59 | 0.13 | 52.73 | 0.67 | 0.61 |
| Hex | DE | CE | 5A | 0 | 7 | 3B | D | 35 | 43 | 3D |
| Octal | 336 | 316 | 132 | 0 | 7 | 73 | 15 | 65 | 103 | 75 |
| Binary | 11011110 | 11001110 | 1011010 | 0 | 111 | 111011 | 1101 | 110101 | 1000011 | 111101 |
Color Harmonies of #DECE5A
Complementary color
Monochromatic Colors of #DECE5A
Black with #DECE5A
Text Example
Text Example
White with #DECE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE5A; }
p { color: rgb(222,206,90); }
H1.HeaderClassName
{
color: #DECE5A;
}
.AnyTagClassName
{
color: #DECE5A;
}
</style>
background-color css
<style>
a { background-color: #DECE5A; }
a { background-color: rgb(222,206,90); }
div.DivClassName
{
background-color: #DECE5A;
}
.BgClassName
{
background-color: #DECE5A;
}
</style>
border-color css
<style>
span { border-color: #DECE5A; }
span { border-color: rgb(222,206,90); }
td.TdClassName
{
border-color: #DECE5A;
}
.TagClassName
{
border-color: #DECE5A;
}
</style>