Shades of Manz #DEE65C
Tints of Manz #DEE65C
RGB
CMYK
RGB Variations
Color information
#DEE65C (or 0xDEE65C) is known color: Manz. HEX triplet: DE, E6 and 5C. RGB value is (222,230,92). Sum of RGB (Red+Green+Blue) = 222+230+92=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE65C is #2119A3. Grayscale: #D4D4D4. Windows color (decimal): -2169252 or 6088414. OLE color: 6088414.
HSL color Cylindrical-coordinate representation of color #DEE65C: hue angle of 63.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEE65C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 92 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.10 |
| HSL | 63.48º | 0.73% | 0.63% | - |
| HSV(B) | 63.48º | 0.6% | 0.9% | - |
| XYZ | 60.35 | 72.9 | 21.01 | - |
| YUV | 211.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 92 | 0.03 | 0 | 0.60 | 0.10 | 63.48 | 0.73 | 0.63 |
| Hex | DE | E6 | 5C | 3 | 0 | 3C | A | 3F | 49 | 3F |
| Octal | 336 | 346 | 134 | 3 | 0 | 74 | 12 | 77 | 111 | 77 |
| Binary | 11011110 | 11100110 | 1011100 | 11 | 0 | 111100 | 1010 | 111111 | 1001001 | 111111 |
Color Harmonies of #DEE65C
Complementary color
Monochromatic Colors of #DEE65C
Black with #DEE65C
Text Example
Text Example
White with #DEE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE65C; }
p { color: rgb(222,230,92); }
H1.HeaderClassName
{
color: #DEE65C;
}
.AnyTagClassName
{
color: #DEE65C;
}
</style>
background-color css
<style>
a { background-color: #DEE65C; }
a { background-color: rgb(222,230,92); }
div.DivClassName
{
background-color: #DEE65C;
}
.BgClassName
{
background-color: #DEE65C;
}
</style>
border-color css
<style>
span { border-color: #DEE65C; }
span { border-color: rgb(222,230,92); }
td.TdClassName
{
border-color: #DEE65C;
}
.TagClassName
{
border-color: #DEE65C;
}
</style>