Shades of Honeysuckle #DDF355
Tints of Honeysuckle #DDF355
RGB
CMYK
RGB Variations
Color information
#DDF355 (or 0xDDF355) is known color: Honeysuckle. HEX triplet: DD, F3 and 55. RGB value is (221,243,85). Sum of RGB (Red+Green+Blue) = 221+243+85=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF355 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF355 is #220CAA. Grayscale: #DBDBDB. Windows color (decimal): -2231467 or 5632989. OLE color: 5632989.
HSL color Cylindrical-coordinate representation of color #DDF355: hue angle of 68.35º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDF355 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 85 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.05 |
| HSL | 68.35º | 0.87% | 0.64% | - |
| HSV(B) | 68.35º | 0.65% | 0.95% | - |
| XYZ | 63.51 | 80.13 | 20.71 | - |
| YUV | 218.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 85 | 0.09 | 0 | 0.65 | 0.05 | 68.35 | 0.87 | 0.64 |
| Hex | DD | F3 | 55 | 9 | 0 | 41 | 5 | 44 | 57 | 40 |
| Octal | 335 | 363 | 125 | 11 | 0 | 101 | 5 | 104 | 127 | 100 |
| Binary | 11011101 | 11110011 | 1010101 | 1001 | 0 | 1000001 | 101 | 1000100 | 1010111 | 1000000 |
Color Harmonies of #DDF355
Complementary color
Monochromatic Colors of #DDF355
Black with #DDF355
Text Example
Text Example
White with #DDF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF355; }
p { color: rgb(221,243,85); }
H1.HeaderClassName
{
color: #DDF355;
}
.AnyTagClassName
{
color: #DDF355;
}
</style>
background-color css
<style>
a { background-color: #DDF355; }
a { background-color: rgb(221,243,85); }
div.DivClassName
{
background-color: #DDF355;
}
.BgClassName
{
background-color: #DDF355;
}
</style>
border-color css
<style>
span { border-color: #DDF355; }
span { border-color: rgb(221,243,85); }
td.TdClassName
{
border-color: #DDF355;
}
.TagClassName
{
border-color: #DDF355;
}
</style>