Shades of Honeysuckle #DDF852
Tints of Honeysuckle #DDF852
RGB
CMYK
RGB Variations
Color information
#DDF852 (or 0xDDF852) is known color: Honeysuckle. HEX triplet: DD, F8 and 52. RGB value is (221,248,82). Sum of RGB (Red+Green+Blue) = 221+248+82=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 82 (32.42% from 255 or 14.88% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF852 is #2207AD. Grayscale: #DDDDDD. Windows color (decimal): -2230190 or 5437661. OLE color: 5437661.
HSL color Cylindrical-coordinate representation of color #DDF852: hue angle of 69.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDF852 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 82 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.03 |
| HSL | 69.76º | 0.92% | 0.65% | - |
| HSV(B) | 69.76º | 0.67% | 0.97% | - |
| XYZ | 64.91 | 83.12 | 20.6 | - |
| YUV | 221 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 82 | 0.11 | 0 | 0.67 | 0.03 | 69.76 | 0.92 | 0.65 |
| Hex | DD | F8 | 52 | B | 0 | 43 | 3 | 46 | 5C | 41 |
| Octal | 335 | 370 | 122 | 13 | 0 | 103 | 3 | 106 | 134 | 101 |
| Binary | 11011101 | 11111000 | 1010010 | 1011 | 0 | 1000011 | 11 | 1000110 | 1011100 | 1000001 |
Color Harmonies of #DDF852
Complementary color
Monochromatic Colors of #DDF852
Black with #DDF852
Text Example
Text Example
White with #DDF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF852; }
p { color: rgb(221,248,82); }
H1.HeaderClassName
{
color: #DDF852;
}
.AnyTagClassName
{
color: #DDF852;
}
</style>
background-color css
<style>
a { background-color: #DDF852; }
a { background-color: rgb(221,248,82); }
div.DivClassName
{
background-color: #DDF852;
}
.BgClassName
{
background-color: #DDF852;
}
</style>
border-color css
<style>
span { border-color: #DDF852; }
span { border-color: rgb(221,248,82); }
td.TdClassName
{
border-color: #DDF852;
}
.TagClassName
{
border-color: #DDF852;
}
</style>