Shades of Honeysuckle #DDEF56
Tints of Honeysuckle #DDEF56
RGB
CMYK
RGB Variations
Color information
#DDEF56 (or 0xDDEF56) is known color: Honeysuckle. HEX triplet: DD, EF and 56. RGB value is (221,239,86). Sum of RGB (Red+Green+Blue) = 221+239+86=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEF56 is #2210A9. Grayscale: #D8D8D8. Windows color (decimal): -2232490 or 5697501. OLE color: 5697501.
HSL color Cylindrical-coordinate representation of color #DDEF56: hue angle of 67.06º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDEF56 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 86 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.06 |
| HSL | 67.06º | 0.83% | 0.64% | - |
| HSV(B) | 67.06º | 0.64% | 0.94% | - |
| XYZ | 62.37 | 77.78 | 20.53 | - |
| YUV | 216.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 86 | 0.08 | 0 | 0.64 | 0.06 | 67.06 | 0.83 | 0.64 |
| Hex | DD | EF | 56 | 8 | 0 | 40 | 6 | 43 | 53 | 40 |
| Octal | 335 | 357 | 126 | 10 | 0 | 100 | 6 | 103 | 123 | 100 |
| Binary | 11011101 | 11101111 | 1010110 | 1000 | 0 | 1000000 | 110 | 1000011 | 1010011 | 1000000 |
Color Harmonies of #DDEF56
Complementary color
Monochromatic Colors of #DDEF56
Black with #DDEF56
Text Example
Text Example
White with #DDEF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF56; }
p { color: rgb(221,239,86); }
H1.HeaderClassName
{
color: #DDEF56;
}
.AnyTagClassName
{
color: #DDEF56;
}
</style>
background-color css
<style>
a { background-color: #DDEF56; }
a { background-color: rgb(221,239,86); }
div.DivClassName
{
background-color: #DDEF56;
}
.BgClassName
{
background-color: #DDEF56;
}
</style>
border-color css
<style>
span { border-color: #DDEF56; }
span { border-color: rgb(221,239,86); }
td.TdClassName
{
border-color: #DDEF56;
}
.TagClassName
{
border-color: #DDEF56;
}
</style>