Shades of Honeysuckle #DDE85B
Tints of Honeysuckle #DDE85B
RGB
CMYK
RGB Variations
Color information
#DDE85B (or 0xDDE85B) is known color: Honeysuckle. HEX triplet: DD, E8 and 5B. RGB value is (221,232,91). Sum of RGB (Red+Green+Blue) = 221+232+91=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE85B is #2217A4. Grayscale: #D5D5D5. Windows color (decimal): -2234277 or 6023389. OLE color: 6023389.
HSL color Cylindrical-coordinate representation of color #DDE85B: hue angle of 64.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDE85B is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 91 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.09 |
| HSL | 64.68º | 0.75% | 0.63% | - |
| HSV(B) | 64.68º | 0.61% | 0.91% | - |
| XYZ | 60.56 | 73.84 | 20.96 | - |
| YUV | 212.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 91 | 0.05 | 0 | 0.61 | 0.09 | 64.68 | 0.75 | 0.63 |
| Hex | DD | E8 | 5B | 5 | 0 | 3D | 9 | 41 | 4B | 3F |
| Octal | 335 | 350 | 133 | 5 | 0 | 75 | 11 | 101 | 113 | 77 |
| Binary | 11011101 | 11101000 | 1011011 | 101 | 0 | 111101 | 1001 | 1000001 | 1001011 | 111111 |
Color Harmonies of #DDE85B
Complementary color
Monochromatic Colors of #DDE85B
Black with #DDE85B
Text Example
Text Example
White with #DDE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE85B; }
p { color: rgb(221,232,91); }
H1.HeaderClassName
{
color: #DDE85B;
}
.AnyTagClassName
{
color: #DDE85B;
}
</style>
background-color css
<style>
a { background-color: #DDE85B; }
a { background-color: rgb(221,232,91); }
div.DivClassName
{
background-color: #DDE85B;
}
.BgClassName
{
background-color: #DDE85B;
}
</style>
border-color css
<style>
span { border-color: #DDE85B; }
span { border-color: rgb(221,232,91); }
td.TdClassName
{
border-color: #DDE85B;
}
.TagClassName
{
border-color: #DDE85B;
}
</style>