Shades of Manz #DEE15F
Tints of Manz #DEE15F
RGB
CMYK
RGB Variations
Color information
#DEE15F (or 0xDEE15F) is known color: Manz. HEX triplet: DE, E1 and 5F. RGB value is (222,225,95). Sum of RGB (Red+Green+Blue) = 222+225+95=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE15F is #211EA0. Grayscale: #D1D1D1. Windows color (decimal): -2170529 or 6283742. OLE color: 6283742.
HSL color Cylindrical-coordinate representation of color #DEE15F: hue angle of 61.38º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE15F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 95 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.12 |
| HSL | 61.38º | 0.68% | 0.63% | - |
| HSV(B) | 61.38º | 0.58% | 0.88% | - |
| XYZ | 59.11 | 70.21 | 21.26 | - |
| YUV | 209.28 | 63.51 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 95 | 0.01 | 0 | 0.58 | 0.12 | 61.38 | 0.68 | 0.63 |
| Hex | DE | E1 | 5F | 1 | 0 | 3A | C | 3D | 44 | 3F |
| Octal | 336 | 341 | 137 | 1 | 0 | 72 | 14 | 75 | 104 | 77 |
| Binary | 11011110 | 11100001 | 1011111 | 1 | 0 | 111010 | 1100 | 111101 | 1000100 | 111111 |
Color Harmonies of #DEE15F
Complementary color
Monochromatic Colors of #DEE15F
Black with #DEE15F
Text Example
Text Example
White with #DEE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE15F; }
p { color: rgb(222,225,95); }
H1.HeaderClassName
{
color: #DEE15F;
}
.AnyTagClassName
{
color: #DEE15F;
}
</style>
background-color css
<style>
a { background-color: #DEE15F; }
a { background-color: rgb(222,225,95); }
div.DivClassName
{
background-color: #DEE15F;
}
.BgClassName
{
background-color: #DEE15F;
}
</style>
border-color css
<style>
span { border-color: #DEE15F; }
span { border-color: rgb(222,225,95); }
td.TdClassName
{
border-color: #DEE15F;
}
.TagClassName
{
border-color: #DEE15F;
}
</style>