Shades of Manz #DEE15C
Tints of Manz #DEE15C
RGB
CMYK
RGB Variations
Color information
#DEE15C (or 0xDEE15C) is known color: Manz. HEX triplet: DE, E1 and 5C. RGB value is (222,225,92). Sum of RGB (Red+Green+Blue) = 222+225+92=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE15C is #211EA3. Grayscale: #D1D1D1. Windows color (decimal): -2170532 or 6087134. OLE color: 6087134.
HSL color Cylindrical-coordinate representation of color #DEE15C: hue angle of 61.35º 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 #DEE15C is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 92 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.12 |
| HSL | 61.35º | 0.69% | 0.62% | - |
| HSV(B) | 61.35º | 0.59% | 0.88% | - |
| XYZ | 58.98 | 70.15 | 20.56 | - |
| YUV | 208.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 92 | 0.01 | 0 | 0.59 | 0.12 | 61.35 | 0.69 | 0.62 |
| Hex | DE | E1 | 5C | 1 | 0 | 3B | C | 3D | 45 | 3E |
| Octal | 336 | 341 | 134 | 1 | 0 | 73 | 14 | 75 | 105 | 76 |
| Binary | 11011110 | 11100001 | 1011100 | 1 | 0 | 111011 | 1100 | 111101 | 1000101 | 111110 |
Color Harmonies of #DEE15C
Complementary color
Monochromatic Colors of #DEE15C
Black with #DEE15C
Text Example
Text Example
White with #DEE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE15C; }
p { color: rgb(222,225,92); }
H1.HeaderClassName
{
color: #DEE15C;
}
.AnyTagClassName
{
color: #DEE15C;
}
</style>
background-color css
<style>
a { background-color: #DEE15C; }
a { background-color: rgb(222,225,92); }
div.DivClassName
{
background-color: #DEE15C;
}
.BgClassName
{
background-color: #DEE15C;
}
</style>
border-color css
<style>
span { border-color: #DEE15C; }
span { border-color: rgb(222,225,92); }
td.TdClassName
{
border-color: #DEE15C;
}
.TagClassName
{
border-color: #DEE15C;
}
</style>