Shades of Honeysuckle #DDEC56
Tints of Honeysuckle #DDEC56
RGB
CMYK
RGB Variations
Color information
#DDEC56 (or 0xDDEC56) is known color: Honeysuckle. HEX triplet: DD, EC and 56. RGB value is (221,236,86). Sum of RGB (Red+Green+Blue) = 221+236+86=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC56 is #2213A9. Grayscale: #D6D6D6. Windows color (decimal): -2233258 or 5696733. OLE color: 5696733.
HSL color Cylindrical-coordinate representation of color #DDEC56: hue angle of 66º degrees, saturation: 0.8, 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 #DDEC56 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 86 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.07 |
| HSL | 66º | 0.8% | 0.63% | - |
| HSV(B) | 66º | 0.64% | 0.93% | - |
| XYZ | 61.49 | 76.03 | 20.24 | - |
| YUV | 214.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 86 | 0.06 | 0 | 0.64 | 0.07 | 66 | 0.8 | 0.63 |
| Hex | DD | EC | 56 | 6 | 0 | 40 | 7 | 42 | 50 | 3F |
| Octal | 335 | 354 | 126 | 6 | 0 | 100 | 7 | 102 | 120 | 77 |
| Binary | 11011101 | 11101100 | 1010110 | 110 | 0 | 1000000 | 111 | 1000010 | 1010000 | 111111 |
Color Harmonies of #DDEC56
Complementary color
Monochromatic Colors of #DDEC56
Black with #DDEC56
Text Example
Text Example
White with #DDEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC56; }
p { color: rgb(221,236,86); }
H1.HeaderClassName
{
color: #DDEC56;
}
.AnyTagClassName
{
color: #DDEC56;
}
</style>
background-color css
<style>
a { background-color: #DDEC56; }
a { background-color: rgb(221,236,86); }
div.DivClassName
{
background-color: #DDEC56;
}
.BgClassName
{
background-color: #DDEC56;
}
</style>
border-color css
<style>
span { border-color: #DDEC56; }
span { border-color: rgb(221,236,86); }
td.TdClassName
{
border-color: #DDEC56;
}
.TagClassName
{
border-color: #DDEC56;
}
</style>