Shades of Honeysuckle #DDF55D
Tints of Honeysuckle #DDF55D
RGB
CMYK
RGB Variations
Color information
#DDF55D (or 0xDDF55D) is known color: Honeysuckle. HEX triplet: DD, F5 and 5D. RGB value is (221,245,93). Sum of RGB (Red+Green+Blue) = 221+245+93=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF55D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF55D is #220AA2. Grayscale: #DDDDDD. Windows color (decimal): -2230947 or 6157789. OLE color: 6157789.
HSL color Cylindrical-coordinate representation of color #DDF55D: hue angle of 69.47º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDF55D is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 93 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.04 |
| HSL | 69.47º | 0.88% | 0.66% | - |
| HSV(B) | 69.47º | 0.62% | 0.96% | - |
| XYZ | 64.45 | 81.47 | 22.68 | - |
| YUV | 220.5 | 56.05 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 93 | 0.10 | 0 | 0.62 | 0.04 | 69.47 | 0.88 | 0.66 |
| Hex | DD | F5 | 5D | A | 0 | 3E | 4 | 45 | 58 | 42 |
| Octal | 335 | 365 | 135 | 12 | 0 | 76 | 4 | 105 | 130 | 102 |
| Binary | 11011101 | 11110101 | 1011101 | 1010 | 0 | 111110 | 100 | 1000101 | 1011000 | 1000010 |
Color Harmonies of #DDF55D
Complementary color
Monochromatic Colors of #DDF55D
Black with #DDF55D
Text Example
Text Example
White with #DDF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF55D; }
p { color: rgb(221,245,93); }
H1.HeaderClassName
{
color: #DDF55D;
}
.AnyTagClassName
{
color: #DDF55D;
}
</style>
background-color css
<style>
a { background-color: #DDF55D; }
a { background-color: rgb(221,245,93); }
div.DivClassName
{
background-color: #DDF55D;
}
.BgClassName
{
background-color: #DDF55D;
}
</style>
border-color css
<style>
span { border-color: #DDF55D; }
span { border-color: rgb(221,245,93); }
td.TdClassName
{
border-color: #DDF55D;
}
.TagClassName
{
border-color: #DDF55D;
}
</style>