Shades of Honeysuckle #DDF652
Tints of Honeysuckle #DDF652
RGB
CMYK
RGB Variations
Color information
#DDF652 (or 0xDDF652) is known color: Honeysuckle. HEX triplet: DD, F6 and 52. RGB value is (221,246,82). Sum of RGB (Red+Green+Blue) = 221+246+82=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF652 is #2209AD. Grayscale: #DCDCDC. Windows color (decimal): -2230702 or 5437149. OLE color: 5437149.
HSL color Cylindrical-coordinate representation of color #DDF652: hue angle of 69.15º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDF652 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 246 | 82 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.04 |
| HSL | 69.15º | 0.9% | 0.64% | - |
| HSV(B) | 69.15º | 0.67% | 0.96% | - |
| XYZ | 64.3 | 81.89 | 20.4 | - |
| YUV | 219.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 246 | 82 | 0.10 | 0 | 0.67 | 0.04 | 69.15 | 0.9 | 0.64 |
| Hex | DD | F6 | 52 | A | 0 | 43 | 4 | 45 | 5A | 40 |
| Octal | 335 | 366 | 122 | 12 | 0 | 103 | 4 | 105 | 132 | 100 |
| Binary | 11011101 | 11110110 | 1010010 | 1010 | 0 | 1000011 | 100 | 1000101 | 1011010 | 1000000 |
Color Harmonies of #DDF652
Complementary color
Monochromatic Colors of #DDF652
Black with #DDF652
Text Example
Text Example
White with #DDF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF652; }
p { color: rgb(221,246,82); }
H1.HeaderClassName
{
color: #DDF652;
}
.AnyTagClassName
{
color: #DDF652;
}
</style>
background-color css
<style>
a { background-color: #DDF652; }
a { background-color: rgb(221,246,82); }
div.DivClassName
{
background-color: #DDF652;
}
.BgClassName
{
background-color: #DDF652;
}
</style>
border-color css
<style>
span { border-color: #DDF652; }
span { border-color: rgb(221,246,82); }
td.TdClassName
{
border-color: #DDF652;
}
.TagClassName
{
border-color: #DDF652;
}
</style>