Shades of Honeysuckle #DFEC5E
Tints of Honeysuckle #DFEC5E
RGB
CMYK
RGB Variations
Color information
#DFEC5E (or 0xDFEC5E) is known color: Honeysuckle. HEX triplet: DF, EC and 5E. RGB value is (223,236,94). Sum of RGB (Red+Green+Blue) = 223+236+94=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC5E is #2013A1. Grayscale: #D8D8D8. Windows color (decimal): -2102178 or 6221023. OLE color: 6221023.
HSL color Cylindrical-coordinate representation of color #DFEC5E: hue angle of 65.49º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFEC5E is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 94 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.07 |
| HSL | 65.49º | 0.79% | 0.65% | - |
| HSV(B) | 65.49º | 0.6% | 0.93% | - |
| XYZ | 62.45 | 76.49 | 22.06 | - |
| YUV | 215.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 94 | 0.06 | 0 | 0.60 | 0.07 | 65.49 | 0.79 | 0.65 |
| Hex | DF | EC | 5E | 6 | 0 | 3C | 7 | 41 | 4F | 41 |
| Octal | 337 | 354 | 136 | 6 | 0 | 74 | 7 | 101 | 117 | 101 |
| Binary | 11011111 | 11101100 | 1011110 | 110 | 0 | 111100 | 111 | 1000001 | 1001111 | 1000001 |
Color Harmonies of #DFEC5E
Complementary color
Monochromatic Colors of #DFEC5E
Black with #DFEC5E
Text Example
Text Example
White with #DFEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC5E; }
p { color: rgb(223,236,94); }
H1.HeaderClassName
{
color: #DFEC5E;
}
.AnyTagClassName
{
color: #DFEC5E;
}
</style>
background-color css
<style>
a { background-color: #DFEC5E; }
a { background-color: rgb(223,236,94); }
div.DivClassName
{
background-color: #DFEC5E;
}
.BgClassName
{
background-color: #DFEC5E;
}
</style>
border-color css
<style>
span { border-color: #DFEC5E; }
span { border-color: rgb(223,236,94); }
td.TdClassName
{
border-color: #DFEC5E;
}
.TagClassName
{
border-color: #DFEC5E;
}
</style>