Shades of Honeysuckle #DBE85B
Tints of Honeysuckle #DBE85B
RGB
CMYK
RGB Variations
Color information
#DBE85B (or 0xDBE85B) is known color: Honeysuckle. HEX triplet: DB, E8 and 5B. RGB value is (219,232,91). Sum of RGB (Red+Green+Blue) = 219+232+91=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE85B is #2417A4. Grayscale: #D4D4D4. Windows color (decimal): -2365349 or 6023387. OLE color: 6023387.
HSL color Cylindrical-coordinate representation of color #DBE85B: hue angle of 65.53º 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 #DBE85B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 91 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.09 |
| HSL | 65.53º | 0.75% | 0.63% | - |
| HSV(B) | 65.53º | 0.61% | 0.91% | - |
| XYZ | 59.96 | 73.53 | 20.93 | - |
| YUV | 212.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 91 | 0.06 | 0 | 0.61 | 0.09 | 65.53 | 0.75 | 0.63 |
| Hex | DB | E8 | 5B | 6 | 0 | 3D | 9 | 42 | 4B | 3F |
| Octal | 333 | 350 | 133 | 6 | 0 | 75 | 11 | 102 | 113 | 77 |
| Binary | 11011011 | 11101000 | 1011011 | 110 | 0 | 111101 | 1001 | 1000010 | 1001011 | 111111 |
Color Harmonies of #DBE85B
Complementary color
Monochromatic Colors of #DBE85B
Black with #DBE85B
Text Example
Text Example
White with #DBE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE85B; }
p { color: rgb(219,232,91); }
H1.HeaderClassName
{
color: #DBE85B;
}
.AnyTagClassName
{
color: #DBE85B;
}
</style>
background-color css
<style>
a { background-color: #DBE85B; }
a { background-color: rgb(219,232,91); }
div.DivClassName
{
background-color: #DBE85B;
}
.BgClassName
{
background-color: #DBE85B;
}
</style>
border-color css
<style>
span { border-color: #DBE85B; }
span { border-color: rgb(219,232,91); }
td.TdClassName
{
border-color: #DBE85B;
}
.TagClassName
{
border-color: #DBE85B;
}
</style>