Shades of Honeysuckle #DFEC56
Tints of Honeysuckle #DFEC56
RGB
CMYK
RGB Variations
Color information
#DFEC56 (or 0xDFEC56) is known color: Honeysuckle. HEX triplet: DF, EC and 56. RGB value is (223,236,86). Sum of RGB (Red+Green+Blue) = 223+236+86=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC56 is #2013A9. Grayscale: #D7D7D7. Windows color (decimal): -2102186 or 5696735. OLE color: 5696735.
HSL color Cylindrical-coordinate representation of color #DFEC56: hue angle of 65.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFEC56 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 86 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.07 |
| HSL | 65.2º | 0.8% | 0.63% | - |
| HSV(B) | 65.2º | 0.64% | 0.93% | - |
| XYZ | 62.11 | 76.35 | 20.27 | - |
| YUV | 215.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 86 | 0.06 | 0 | 0.64 | 0.07 | 65.2 | 0.8 | 0.63 |
| Hex | DF | EC | 56 | 6 | 0 | 40 | 7 | 41 | 50 | 3F |
| Octal | 337 | 354 | 126 | 6 | 0 | 100 | 7 | 101 | 120 | 77 |
| Binary | 11011111 | 11101100 | 1010110 | 110 | 0 | 1000000 | 111 | 1000001 | 1010000 | 111111 |
Color Harmonies of #DFEC56
Complementary color
Monochromatic Colors of #DFEC56
Black with #DFEC56
Text Example
Text Example
White with #DFEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC56; }
p { color: rgb(223,236,86); }
H1.HeaderClassName
{
color: #DFEC56;
}
.AnyTagClassName
{
color: #DFEC56;
}
</style>
background-color css
<style>
a { background-color: #DFEC56; }
a { background-color: rgb(223,236,86); }
div.DivClassName
{
background-color: #DFEC56;
}
.BgClassName
{
background-color: #DFEC56;
}
</style>
border-color css
<style>
span { border-color: #DFEC56; }
span { border-color: rgb(223,236,86); }
td.TdClassName
{
border-color: #DFEC56;
}
.TagClassName
{
border-color: #DFEC56;
}
</style>