Shades of Manz #DECF57
Tints of Manz #DECF57
RGB
CMYK
RGB Variations
Color information
#DECF57 (or 0xDECF57) is known color: Manz. HEX triplet: DE, CF and 57. RGB value is (222,207,87). Sum of RGB (Red+Green+Blue) = 222+207+87=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF57 is #2130A8. Grayscale: #C6C6C6. Windows color (decimal): -2175145 or 5754846. OLE color: 5754846.
HSL color Cylindrical-coordinate representation of color #DECF57: hue angle of 53.33º 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 #DECF57 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 87 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.13 |
| HSL | 53.33º | 0.67% | 0.61% | - |
| HSV(B) | 53.33º | 0.61% | 0.87% | - |
| XYZ | 54.16 | 60.84 | 17.91 | - |
| YUV | 197.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 87 | 0 | 0.07 | 0.61 | 0.13 | 53.33 | 0.67 | 0.61 |
| Hex | DE | CF | 57 | 0 | 7 | 3D | D | 35 | 43 | 3D |
| Octal | 336 | 317 | 127 | 0 | 7 | 75 | 15 | 65 | 103 | 75 |
| Binary | 11011110 | 11001111 | 1010111 | 0 | 111 | 111101 | 1101 | 110101 | 1000011 | 111101 |
Color Harmonies of #DECF57
Complementary color
Monochromatic Colors of #DECF57
Black with #DECF57
Text Example
Text Example
White with #DECF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF57; }
p { color: rgb(222,207,87); }
H1.HeaderClassName
{
color: #DECF57;
}
.AnyTagClassName
{
color: #DECF57;
}
</style>
background-color css
<style>
a { background-color: #DECF57; }
a { background-color: rgb(222,207,87); }
div.DivClassName
{
background-color: #DECF57;
}
.BgClassName
{
background-color: #DECF57;
}
</style>
border-color css
<style>
span { border-color: #DECF57; }
span { border-color: rgb(222,207,87); }
td.TdClassName
{
border-color: #DECF57;
}
.TagClassName
{
border-color: #DECF57;
}
</style>