Shades of Manz #DEE15A
Tints of Manz #DEE15A
RGB
CMYK
RGB Variations
Color information
#DEE15A (or 0xDEE15A) is known color: Manz. HEX triplet: DE, E1 and 5A. RGB value is (222,225,90). Sum of RGB (Red+Green+Blue) = 222+225+90=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE15A is #211EA5. Grayscale: #D1D1D1. Windows color (decimal): -2170534 or 5956062. OLE color: 5956062.
HSL color Cylindrical-coordinate representation of color #DEE15A: hue angle of 61.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEE15A is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 90 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.12 |
| HSL | 61.33º | 0.69% | 0.62% | - |
| HSV(B) | 61.33º | 0.6% | 0.88% | - |
| XYZ | 58.89 | 70.12 | 20.1 | - |
| YUV | 208.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 90 | 0.01 | 0 | 0.60 | 0.12 | 61.33 | 0.69 | 0.62 |
| Hex | DE | E1 | 5A | 1 | 0 | 3C | C | 3D | 45 | 3E |
| Octal | 336 | 341 | 132 | 1 | 0 | 74 | 14 | 75 | 105 | 76 |
| Binary | 11011110 | 11100001 | 1011010 | 1 | 0 | 111100 | 1100 | 111101 | 1000101 | 111110 |
Color Harmonies of #DEE15A
Complementary color
Monochromatic Colors of #DEE15A
Black with #DEE15A
Text Example
Text Example
White with #DEE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE15A; }
p { color: rgb(222,225,90); }
H1.HeaderClassName
{
color: #DEE15A;
}
.AnyTagClassName
{
color: #DEE15A;
}
</style>
background-color css
<style>
a { background-color: #DEE15A; }
a { background-color: rgb(222,225,90); }
div.DivClassName
{
background-color: #DEE15A;
}
.BgClassName
{
background-color: #DEE15A;
}
</style>
border-color css
<style>
span { border-color: #DEE15A; }
span { border-color: rgb(222,225,90); }
td.TdClassName
{
border-color: #DEE15A;
}
.TagClassName
{
border-color: #DEE15A;
}
</style>