Shades of Manz #DECC5A
Tints of Manz #DECC5A
RGB
CMYK
RGB Variations
Color information
#DECC5A (or 0xDECC5A) is known color: Manz. HEX triplet: DE, CC and 5A. RGB value is (222,204,90). Sum of RGB (Red+Green+Blue) = 222+204+90=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC5A is #2133A5. Grayscale: #C4C4C4. Windows color (decimal): -2175910 or 5950686. OLE color: 5950686.
HSL color Cylindrical-coordinate representation of color #DECC5A: hue angle of 51.82º 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 #DECC5A is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 90 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.13 |
| HSL | 51.82º | 0.67% | 0.61% | - |
| HSV(B) | 51.82º | 0.59% | 0.87% | - |
| XYZ | 53.56 | 59.45 | 18.33 | - |
| YUV | 196.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 90 | 0 | 0.08 | 0.59 | 0.13 | 51.82 | 0.67 | 0.61 |
| Hex | DE | CC | 5A | 0 | 8 | 3B | D | 34 | 43 | 3D |
| Octal | 336 | 314 | 132 | 0 | 10 | 73 | 15 | 64 | 103 | 75 |
| Binary | 11011110 | 11001100 | 1011010 | 0 | 1000 | 111011 | 1101 | 110100 | 1000011 | 111101 |
Color Harmonies of #DECC5A
Complementary color
Monochromatic Colors of #DECC5A
Black with #DECC5A
Text Example
Text Example
White with #DECC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC5A; }
p { color: rgb(222,204,90); }
H1.HeaderClassName
{
color: #DECC5A;
}
.AnyTagClassName
{
color: #DECC5A;
}
</style>
background-color css
<style>
a { background-color: #DECC5A; }
a { background-color: rgb(222,204,90); }
div.DivClassName
{
background-color: #DECC5A;
}
.BgClassName
{
background-color: #DECC5A;
}
</style>
border-color css
<style>
span { border-color: #DECC5A; }
span { border-color: rgb(222,204,90); }
td.TdClassName
{
border-color: #DECC5A;
}
.TagClassName
{
border-color: #DECC5A;
}
</style>