Shades of Honeysuckle #DDEE55
Tints of Honeysuckle #DDEE55
RGB
CMYK
RGB Variations
Color information
#DDEE55 (or 0xDDEE55) is known color: Honeysuckle. HEX triplet: DD, EE and 55. RGB value is (221,238,85). Sum of RGB (Red+Green+Blue) = 221+238+85=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE55 is #2211AA. Grayscale: #D8D8D8. Windows color (decimal): -2232747 or 5631709. OLE color: 5631709.
HSL color Cylindrical-coordinate representation of color #DDEE55: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDEE55 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 85 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.07 |
| HSL | 66.67º | 0.82% | 0.63% | - |
| HSV(B) | 66.67º | 0.64% | 0.93% | - |
| XYZ | 62.03 | 77.18 | 20.22 | - |
| YUV | 215.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 85 | 0.07 | 0 | 0.64 | 0.07 | 66.67 | 0.82 | 0.63 |
| Hex | DD | EE | 55 | 7 | 0 | 40 | 7 | 43 | 52 | 3F |
| Octal | 335 | 356 | 125 | 7 | 0 | 100 | 7 | 103 | 122 | 77 |
| Binary | 11011101 | 11101110 | 1010101 | 111 | 0 | 1000000 | 111 | 1000011 | 1010010 | 111111 |
Color Harmonies of #DDEE55
Complementary color
Monochromatic Colors of #DDEE55
Black with #DDEE55
Text Example
Text Example
White with #DDEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE55; }
p { color: rgb(221,238,85); }
H1.HeaderClassName
{
color: #DDEE55;
}
.AnyTagClassName
{
color: #DDEE55;
}
</style>
background-color css
<style>
a { background-color: #DDEE55; }
a { background-color: rgb(221,238,85); }
div.DivClassName
{
background-color: #DDEE55;
}
.BgClassName
{
background-color: #DDEE55;
}
</style>
border-color css
<style>
span { border-color: #DDEE55; }
span { border-color: rgb(221,238,85); }
td.TdClassName
{
border-color: #DDEE55;
}
.TagClassName
{
border-color: #DDEE55;
}
</style>