Shades of Manz #DEE15D
Tints of Manz #DEE15D
RGB
CMYK
RGB Variations
Color information
#DEE15D (or 0xDEE15D) is known color: Manz. HEX triplet: DE, E1 and 5D. RGB value is (222,225,93). Sum of RGB (Red+Green+Blue) = 222+225+93=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE15D is #211EA2. Grayscale: #D1D1D1. Windows color (decimal): -2170531 or 6152670. OLE color: 6152670.
HSL color Cylindrical-coordinate representation of color #DEE15D: hue angle of 61.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEE15D is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 93 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.12 |
| HSL | 61.36º | 0.69% | 0.62% | - |
| HSV(B) | 61.36º | 0.59% | 0.88% | - |
| XYZ | 59.03 | 70.17 | 20.79 | - |
| YUV | 209.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 93 | 0.01 | 0 | 0.59 | 0.12 | 61.36 | 0.69 | 0.62 |
| Hex | DE | E1 | 5D | 1 | 0 | 3B | C | 3D | 45 | 3E |
| Octal | 336 | 341 | 135 | 1 | 0 | 73 | 14 | 75 | 105 | 76 |
| Binary | 11011110 | 11100001 | 1011101 | 1 | 0 | 111011 | 1100 | 111101 | 1000101 | 111110 |
Color Harmonies of #DEE15D
Complementary color
Monochromatic Colors of #DEE15D
Black with #DEE15D
Text Example
Text Example
White with #DEE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE15D; }
p { color: rgb(222,225,93); }
H1.HeaderClassName
{
color: #DEE15D;
}
.AnyTagClassName
{
color: #DEE15D;
}
</style>
background-color css
<style>
a { background-color: #DEE15D; }
a { background-color: rgb(222,225,93); }
div.DivClassName
{
background-color: #DEE15D;
}
.BgClassName
{
background-color: #DEE15D;
}
</style>
border-color css
<style>
span { border-color: #DEE15D; }
span { border-color: rgb(222,225,93); }
td.TdClassName
{
border-color: #DEE15D;
}
.TagClassName
{
border-color: #DEE15D;
}
</style>