Shades of Honeysuckle #DEE960
Tints of Honeysuckle #DEE960
RGB
CMYK
RGB Variations
Color information
#DEE960 (or 0xDEE960) is known color: Honeysuckle. HEX triplet: DE, E9 and 60. RGB value is (222,233,96). Sum of RGB (Red+Green+Blue) = 222+233+96=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE960 is #21169F. Grayscale: #D6D6D6. Windows color (decimal): -2168480 or 6351326. OLE color: 6351326.
HSL color Cylindrical-coordinate representation of color #DEE960: hue angle of 64.82º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEE960 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 96 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.09 |
| HSL | 64.82º | 0.76% | 0.65% | - |
| HSV(B) | 64.82º | 0.59% | 0.91% | - |
| XYZ | 61.37 | 74.65 | 22.24 | - |
| YUV | 214.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 96 | 0.05 | 0 | 0.59 | 0.09 | 64.82 | 0.76 | 0.65 |
| Hex | DE | E9 | 60 | 5 | 0 | 3B | 9 | 41 | 4C | 41 |
| Octal | 336 | 351 | 140 | 5 | 0 | 73 | 11 | 101 | 114 | 101 |
| Binary | 11011110 | 11101001 | 1100000 | 101 | 0 | 111011 | 1001 | 1000001 | 1001100 | 1000001 |
Color Harmonies of #DEE960
Complementary color
Monochromatic Colors of #DEE960
Black with #DEE960
Text Example
Text Example
White with #DEE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE960; }
p { color: rgb(222,233,96); }
H1.HeaderClassName
{
color: #DEE960;
}
.AnyTagClassName
{
color: #DEE960;
}
</style>
background-color css
<style>
a { background-color: #DEE960; }
a { background-color: rgb(222,233,96); }
div.DivClassName
{
background-color: #DEE960;
}
.BgClassName
{
background-color: #DEE960;
}
</style>
border-color css
<style>
span { border-color: #DEE960; }
span { border-color: rgb(222,233,96); }
td.TdClassName
{
border-color: #DEE960;
}
.TagClassName
{
border-color: #DEE960;
}
</style>