Shades of Honeysuckle #DEE85D
Tints of Honeysuckle #DEE85D
RGB
CMYK
RGB Variations
Color information
#DEE85D (or 0xDEE85D) is known color: Honeysuckle. HEX triplet: DE, E8 and 5D. RGB value is (222,232,93). Sum of RGB (Red+Green+Blue) = 222+232+93=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE85D is #2117A2. Grayscale: #D5D5D5. Windows color (decimal): -2168739 or 6154462. OLE color: 6154462.
HSL color Cylindrical-coordinate representation of color #DEE85D: hue angle of 64.32º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEE85D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 93 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.09 |
| HSL | 64.32º | 0.75% | 0.64% | - |
| HSV(B) | 64.32º | 0.6% | 0.91% | - |
| XYZ | 60.96 | 74.03 | 21.43 | - |
| YUV | 213.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 93 | 0.04 | 0 | 0.60 | 0.09 | 64.32 | 0.75 | 0.64 |
| Hex | DE | E8 | 5D | 4 | 0 | 3C | 9 | 40 | 4B | 40 |
| Octal | 336 | 350 | 135 | 4 | 0 | 74 | 11 | 100 | 113 | 100 |
| Binary | 11011110 | 11101000 | 1011101 | 100 | 0 | 111100 | 1001 | 1000000 | 1001011 | 1000000 |
Color Harmonies of #DEE85D
Complementary color
Monochromatic Colors of #DEE85D
Black with #DEE85D
Text Example
Text Example
White with #DEE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE85D; }
p { color: rgb(222,232,93); }
H1.HeaderClassName
{
color: #DEE85D;
}
.AnyTagClassName
{
color: #DEE85D;
}
</style>
background-color css
<style>
a { background-color: #DEE85D; }
a { background-color: rgb(222,232,93); }
div.DivClassName
{
background-color: #DEE85D;
}
.BgClassName
{
background-color: #DEE85D;
}
</style>
border-color css
<style>
span { border-color: #DEE85D; }
span { border-color: rgb(222,232,93); }
td.TdClassName
{
border-color: #DEE85D;
}
.TagClassName
{
border-color: #DEE85D;
}
</style>