Shades of Honeysuckle #DDEC58
Tints of Honeysuckle #DDEC58
RGB
CMYK
RGB Variations
Color information
#DDEC58 (or 0xDDEC58) is known color: Honeysuckle. HEX triplet: DD, EC and 58. RGB value is (221,236,88). Sum of RGB (Red+Green+Blue) = 221+236+88=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC58 is #2213A7. Grayscale: #D7D7D7. Windows color (decimal): -2233256 or 5827805. OLE color: 5827805.
HSL color Cylindrical-coordinate representation of color #DDEC58: hue angle of 66.08º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDEC58 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 88 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.07 |
| HSL | 66.08º | 0.8% | 0.64% | - |
| HSV(B) | 66.08º | 0.63% | 0.93% | - |
| XYZ | 61.58 | 76.07 | 20.67 | - |
| YUV | 214.64 | 56.53 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 88 | 0.06 | 0 | 0.63 | 0.07 | 66.08 | 0.8 | 0.64 |
| Hex | DD | EC | 58 | 6 | 0 | 3F | 7 | 42 | 50 | 40 |
| Octal | 335 | 354 | 130 | 6 | 0 | 77 | 7 | 102 | 120 | 100 |
| Binary | 11011101 | 11101100 | 1011000 | 110 | 0 | 111111 | 111 | 1000010 | 1010000 | 1000000 |
Color Harmonies of #DDEC58
Complementary color
Monochromatic Colors of #DDEC58
Black with #DDEC58
Text Example
Text Example
White with #DDEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC58; }
p { color: rgb(221,236,88); }
H1.HeaderClassName
{
color: #DDEC58;
}
.AnyTagClassName
{
color: #DDEC58;
}
</style>
background-color css
<style>
a { background-color: #DDEC58; }
a { background-color: rgb(221,236,88); }
div.DivClassName
{
background-color: #DDEC58;
}
.BgClassName
{
background-color: #DDEC58;
}
</style>
border-color css
<style>
span { border-color: #DDEC58; }
span { border-color: rgb(221,236,88); }
td.TdClassName
{
border-color: #DDEC58;
}
.TagClassName
{
border-color: #DDEC58;
}
</style>