Shades of Honeysuckle #DDF64C
Tints of Honeysuckle #DDF64C
RGB
CMYK
RGB Variations
Color information
#DDF64C (or 0xDDF64C) is known color: Honeysuckle. HEX triplet: DD, F6 and 4C. RGB value is (221,246,76). Sum of RGB (Red+Green+Blue) = 221+246+76=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 76 (30.08% from 255 or 14.00% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF64C is #2209B3. Grayscale: #DBDBDB. Windows color (decimal): -2230708 or 5043933. OLE color: 5043933.
HSL color Cylindrical-coordinate representation of color #DDF64C: hue angle of 68.82º 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 #DDF64C is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 76 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.04 |
| HSL | 68.82º | 0.9% | 0.63% | - |
| HSV(B) | 68.82º | 0.69% | 0.96% | - |
| XYZ | 64.08 | 81.81 | 19.25 | - |
| YUV | 219.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 76 | 0.10 | 0 | 0.69 | 0.04 | 68.82 | 0.9 | 0.63 |
| Hex | DD | F6 | 4C | A | 0 | 45 | 4 | 45 | 5A | 3F |
| Octal | 335 | 366 | 114 | 12 | 0 | 105 | 4 | 105 | 132 | 77 |
| Binary | 11011101 | 11110110 | 1001100 | 1010 | 0 | 1000101 | 100 | 1000101 | 1011010 | 111111 |
Color Harmonies of #DDF64C
Complementary color
Monochromatic Colors of #DDF64C
Black with #DDF64C
Text Example
Text Example
White with #DDF64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF64C; }
p { color: rgb(221,246,76); }
H1.HeaderClassName
{
color: #DDF64C;
}
.AnyTagClassName
{
color: #DDF64C;
}
</style>
background-color css
<style>
a { background-color: #DDF64C; }
a { background-color: rgb(221,246,76); }
div.DivClassName
{
background-color: #DDF64C;
}
.BgClassName
{
background-color: #DDF64C;
}
</style>
border-color css
<style>
span { border-color: #DDF64C; }
span { border-color: rgb(221,246,76); }
td.TdClassName
{
border-color: #DDF64C;
}
.TagClassName
{
border-color: #DDF64C;
}
</style>