Shades of Honeysuckle #DDFC58
Tints of Honeysuckle #DDFC58
RGB
CMYK
RGB Variations
Color information
#DDFC58 (or 0xDDFC58) is known color: Honeysuckle. HEX triplet: DD, FC and 58. RGB value is (221,252,88). Sum of RGB (Red+Green+Blue) = 221+252+88=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 88 (34.77% from 255 or 15.69% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC58 is #2203A7. Grayscale: #E0E0E0. Windows color (decimal): -2229160 or 5831901. OLE color: 5831901.
HSL color Cylindrical-coordinate representation of color #DDFC58: hue angle of 71.34º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDFC58 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 252 | 88 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.01 |
| HSL | 71.34º | 0.96% | 0.67% | - |
| HSV(B) | 71.34º | 0.65% | 0.99% | - |
| XYZ | 66.39 | 85.7 | 22.27 | - |
| YUV | 224.04 | 51.23 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 88 | 0.12 | 0 | 0.65 | 0.01 | 71.34 | 0.96 | 0.67 |
| Hex | DD | FC | 58 | C | 0 | 41 | 1 | 47 | 60 | 43 |
| Octal | 335 | 374 | 130 | 14 | 0 | 101 | 1 | 107 | 140 | 103 |
| Binary | 11011101 | 11111100 | 1011000 | 1100 | 0 | 1000001 | 1 | 1000111 | 1100000 | 1000011 |
Color Harmonies of #DDFC58
Complementary color
Monochromatic Colors of #DDFC58
Black with #DDFC58
Text Example
Text Example
White with #DDFC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFC58; }
p { color: rgb(221,252,88); }
H1.HeaderClassName
{
color: #DDFC58;
}
.AnyTagClassName
{
color: #DDFC58;
}
</style>
background-color css
<style>
a { background-color: #DDFC58; }
a { background-color: rgb(221,252,88); }
div.DivClassName
{
background-color: #DDFC58;
}
.BgClassName
{
background-color: #DDFC58;
}
</style>
border-color css
<style>
span { border-color: #DDFC58; }
span { border-color: rgb(221,252,88); }
td.TdClassName
{
border-color: #DDFC58;
}
.TagClassName
{
border-color: #DDFC58;
}
</style>