Shades of Honeysuckle #DFE85B
Tints of Honeysuckle #DFE85B
RGB
CMYK
RGB Variations
Color information
#DFE85B (or 0xDFE85B) is known color: Honeysuckle. HEX triplet: DF, E8 and 5B. RGB value is (223,232,91). Sum of RGB (Red+Green+Blue) = 223+232+91=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE85B is #2017A4. Grayscale: #D5D5D5. Windows color (decimal): -2103205 or 6023391. OLE color: 6023391.
HSL color Cylindrical-coordinate representation of color #DFE85B: hue angle of 63.83º 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 #DFE85B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 91 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.09 |
| HSL | 63.83º | 0.75% | 0.63% | - |
| HSV(B) | 63.83º | 0.61% | 0.91% | - |
| XYZ | 61.18 | 74.16 | 20.99 | - |
| YUV | 213.24 | 59.02 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 91 | 0.04 | 0 | 0.61 | 0.09 | 63.83 | 0.75 | 0.63 |
| Hex | DF | E8 | 5B | 4 | 0 | 3D | 9 | 40 | 4B | 3F |
| Octal | 337 | 350 | 133 | 4 | 0 | 75 | 11 | 100 | 113 | 77 |
| Binary | 11011111 | 11101000 | 1011011 | 100 | 0 | 111101 | 1001 | 1000000 | 1001011 | 111111 |
Color Harmonies of #DFE85B
Complementary color
Monochromatic Colors of #DFE85B
Black with #DFE85B
Text Example
Text Example
White with #DFE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE85B; }
p { color: rgb(223,232,91); }
H1.HeaderClassName
{
color: #DFE85B;
}
.AnyTagClassName
{
color: #DFE85B;
}
</style>
background-color css
<style>
a { background-color: #DFE85B; }
a { background-color: rgb(223,232,91); }
div.DivClassName
{
background-color: #DFE85B;
}
.BgClassName
{
background-color: #DFE85B;
}
</style>
border-color css
<style>
span { border-color: #DFE85B; }
span { border-color: rgb(223,232,91); }
td.TdClassName
{
border-color: #DFE85B;
}
.TagClassName
{
border-color: #DFE85B;
}
</style>