Shades of Manz #DECD57
Tints of Manz #DECD57
RGB
CMYK
RGB Variations
Color information
#DECD57 (or 0xDECD57) is known color: Manz. HEX triplet: DE, CD and 57. RGB value is (222,205,87). Sum of RGB (Red+Green+Blue) = 222+205+87=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD57 is #2132A8. Grayscale: #C5C5C5. Windows color (decimal): -2175657 or 5754334. OLE color: 5754334.
HSL color Cylindrical-coordinate representation of color #DECD57: hue angle of 52.44º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DECD57 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 87 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.13 |
| HSL | 52.44º | 0.67% | 0.61% | - |
| HSV(B) | 52.44º | 0.61% | 0.87% | - |
| XYZ | 53.68 | 59.88 | 17.75 | - |
| YUV | 196.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 87 | 0 | 0.08 | 0.61 | 0.13 | 52.44 | 0.67 | 0.61 |
| Hex | DE | CD | 57 | 0 | 8 | 3D | D | 34 | 43 | 3D |
| Octal | 336 | 315 | 127 | 0 | 10 | 75 | 15 | 64 | 103 | 75 |
| Binary | 11011110 | 11001101 | 1010111 | 0 | 1000 | 111101 | 1101 | 110100 | 1000011 | 111101 |
Color Harmonies of #DECD57
Complementary color
Monochromatic Colors of #DECD57
Black with #DECD57
Text Example
Text Example
White with #DECD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD57; }
p { color: rgb(222,205,87); }
H1.HeaderClassName
{
color: #DECD57;
}
.AnyTagClassName
{
color: #DECD57;
}
</style>
background-color css
<style>
a { background-color: #DECD57; }
a { background-color: rgb(222,205,87); }
div.DivClassName
{
background-color: #DECD57;
}
.BgClassName
{
background-color: #DECD57;
}
</style>
border-color css
<style>
span { border-color: #DECD57; }
span { border-color: rgb(222,205,87); }
td.TdClassName
{
border-color: #DECD57;
}
.TagClassName
{
border-color: #DECD57;
}
</style>