Shades of Manz #DEE05D
Tints of Manz #DEE05D
RGB
CMYK
RGB Variations
Color information
#DEE05D (or 0xDEE05D) is known color: Manz. HEX triplet: DE, E0 and 5D. RGB value is (222,224,93). Sum of RGB (Red+Green+Blue) = 222+224+93=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE05D is #211FA2. Grayscale: #D0D0D0. Windows color (decimal): -2170787 or 6152414. OLE color: 6152414.
HSL color Cylindrical-coordinate representation of color #DEE05D: hue angle of 60.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE05D is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 93 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.12 |
| HSL | 60.92º | 0.68% | 0.62% | - |
| HSV(B) | 60.92º | 0.58% | 0.88% | - |
| XYZ | 58.76 | 69.63 | 20.7 | - |
| YUV | 208.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 93 | 0.01 | 0 | 0.58 | 0.12 | 60.92 | 0.68 | 0.62 |
| Hex | DE | E0 | 5D | 1 | 0 | 3A | C | 3D | 44 | 3E |
| Octal | 336 | 340 | 135 | 1 | 0 | 72 | 14 | 75 | 104 | 76 |
| Binary | 11011110 | 11100000 | 1011101 | 1 | 0 | 111010 | 1100 | 111101 | 1000100 | 111110 |
Color Harmonies of #DEE05D
Complementary color
Monochromatic Colors of #DEE05D
Black with #DEE05D
Text Example
Text Example
White with #DEE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE05D; }
p { color: rgb(222,224,93); }
H1.HeaderClassName
{
color: #DEE05D;
}
.AnyTagClassName
{
color: #DEE05D;
}
</style>
background-color css
<style>
a { background-color: #DEE05D; }
a { background-color: rgb(222,224,93); }
div.DivClassName
{
background-color: #DEE05D;
}
.BgClassName
{
background-color: #DEE05D;
}
</style>
border-color css
<style>
span { border-color: #DEE05D; }
span { border-color: rgb(222,224,93); }
td.TdClassName
{
border-color: #DEE05D;
}
.TagClassName
{
border-color: #DEE05D;
}
</style>