Shades of Honeysuckle #DDF64D
Tints of Honeysuckle #DDF64D
RGB
CMYK
RGB Variations
Color information
#DDF64D (or 0xDDF64D) is known color: Honeysuckle. HEX triplet: DD, F6 and 4D. RGB value is (221,246,77). Sum of RGB (Red+Green+Blue) = 221+246+77=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF64D is #2209B2. Grayscale: #DBDBDB. Windows color (decimal): -2230707 or 5109469. OLE color: 5109469.
HSL color Cylindrical-coordinate representation of color #DDF64D: hue angle of 68.88º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF64D is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 77 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.04 |
| HSL | 68.88º | 0.9% | 0.63% | - |
| HSV(B) | 68.88º | 0.69% | 0.96% | - |
| XYZ | 64.11 | 81.82 | 19.43 | - |
| YUV | 219.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 77 | 0.10 | 0 | 0.69 | 0.04 | 68.88 | 0.9 | 0.63 |
| Hex | DD | F6 | 4D | A | 0 | 45 | 4 | 45 | 5A | 3F |
| Octal | 335 | 366 | 115 | 12 | 0 | 105 | 4 | 105 | 132 | 77 |
| Binary | 11011101 | 11110110 | 1001101 | 1010 | 0 | 1000101 | 100 | 1000101 | 1011010 | 111111 |
Color Harmonies of #DDF64D
Complementary color
Monochromatic Colors of #DDF64D
Black with #DDF64D
Text Example
Text Example
White with #DDF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF64D; }
p { color: rgb(221,246,77); }
H1.HeaderClassName
{
color: #DDF64D;
}
.AnyTagClassName
{
color: #DDF64D;
}
</style>
background-color css
<style>
a { background-color: #DDF64D; }
a { background-color: rgb(221,246,77); }
div.DivClassName
{
background-color: #DDF64D;
}
.BgClassName
{
background-color: #DDF64D;
}
</style>
border-color css
<style>
span { border-color: #DDF64D; }
span { border-color: rgb(221,246,77); }
td.TdClassName
{
border-color: #DDF64D;
}
.TagClassName
{
border-color: #DDF64D;
}
</style>