Shades of Honeysuckle #DDF052
Tints of Honeysuckle #DDF052
RGB
CMYK
RGB Variations
Color information
#DDF052 (or 0xDDF052) is known color: Honeysuckle. HEX triplet: DD, F0 and 52. RGB value is (221,240,82). Sum of RGB (Red+Green+Blue) = 221+240+82=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF052 is #220FAD. Grayscale: #D8D8D8. Windows color (decimal): -2232238 or 5435613. OLE color: 5435613.
HSL color Cylindrical-coordinate representation of color #DDF052: hue angle of 67.22º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDF052 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 82 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.06 |
| HSL | 67.22º | 0.84% | 0.63% | - |
| HSV(B) | 67.22º | 0.66% | 0.94% | - |
| XYZ | 62.5 | 78.3 | 19.8 | - |
| YUV | 216.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 82 | 0.08 | 0 | 0.66 | 0.06 | 67.22 | 0.84 | 0.63 |
| Hex | DD | F0 | 52 | 8 | 0 | 42 | 6 | 43 | 54 | 3F |
| Octal | 335 | 360 | 122 | 10 | 0 | 102 | 6 | 103 | 124 | 77 |
| Binary | 11011101 | 11110000 | 1010010 | 1000 | 0 | 1000010 | 110 | 1000011 | 1010100 | 111111 |
Color Harmonies of #DDF052
Complementary color
Monochromatic Colors of #DDF052
Black with #DDF052
Text Example
Text Example
White with #DDF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF052; }
p { color: rgb(221,240,82); }
H1.HeaderClassName
{
color: #DDF052;
}
.AnyTagClassName
{
color: #DDF052;
}
</style>
background-color css
<style>
a { background-color: #DDF052; }
a { background-color: rgb(221,240,82); }
div.DivClassName
{
background-color: #DDF052;
}
.BgClassName
{
background-color: #DDF052;
}
</style>
border-color css
<style>
span { border-color: #DDF052; }
span { border-color: rgb(221,240,82); }
td.TdClassName
{
border-color: #DDF052;
}
.TagClassName
{
border-color: #DDF052;
}
</style>