Shades of Honeysuckle #DDF15B
Tints of Honeysuckle #DDF15B
RGB
CMYK
RGB Variations
Color information
#DDF15B (or 0xDDF15B) is known color: Honeysuckle. HEX triplet: DD, F1 and 5B. RGB value is (221,241,91). Sum of RGB (Red+Green+Blue) = 221+241+91=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF15B is #220EA4. Grayscale: #DADADA. Windows color (decimal): -2231973 or 6025693. OLE color: 6025693.
HSL color Cylindrical-coordinate representation of color #DDF15B: hue angle of 68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDF15B is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 91 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.05 |
| HSL | 68º | 0.84% | 0.65% | - |
| HSV(B) | 68º | 0.62% | 0.95% | - |
| XYZ | 63.16 | 79.04 | 21.82 | - |
| YUV | 217.92 | 56.37 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 91 | 0.08 | 0 | 0.62 | 0.05 | 68 | 0.84 | 0.65 |
| Hex | DD | F1 | 5B | 8 | 0 | 3E | 5 | 44 | 54 | 41 |
| Octal | 335 | 361 | 133 | 10 | 0 | 76 | 5 | 104 | 124 | 101 |
| Binary | 11011101 | 11110001 | 1011011 | 1000 | 0 | 111110 | 101 | 1000100 | 1010100 | 1000001 |
Color Harmonies of #DDF15B
Complementary color
Monochromatic Colors of #DDF15B
Black with #DDF15B
Text Example
Text Example
White with #DDF15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF15B; }
p { color: rgb(221,241,91); }
H1.HeaderClassName
{
color: #DDF15B;
}
.AnyTagClassName
{
color: #DDF15B;
}
</style>
background-color css
<style>
a { background-color: #DDF15B; }
a { background-color: rgb(221,241,91); }
div.DivClassName
{
background-color: #DDF15B;
}
.BgClassName
{
background-color: #DDF15B;
}
</style>
border-color css
<style>
span { border-color: #DDF15B; }
span { border-color: rgb(221,241,91); }
td.TdClassName
{
border-color: #DDF15B;
}
.TagClassName
{
border-color: #DDF15B;
}
</style>