Shades of Honeysuckle #DFEC5D
Tints of Honeysuckle #DFEC5D
RGB
CMYK
RGB Variations
Color information
#DFEC5D (or 0xDFEC5D) is known color: Honeysuckle. HEX triplet: DF, EC and 5D. RGB value is (223,236,93). Sum of RGB (Red+Green+Blue) = 223+236+93=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC5D is #2013A2. Grayscale: #D8D8D8. Windows color (decimal): -2102179 or 6155487. OLE color: 6155487.
HSL color Cylindrical-coordinate representation of color #DFEC5D: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFEC5D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 93 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.07 |
| HSL | 65.45º | 0.79% | 0.65% | - |
| HSV(B) | 65.45º | 0.61% | 0.93% | - |
| XYZ | 62.4 | 76.47 | 21.83 | - |
| YUV | 215.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 93 | 0.06 | 0 | 0.61 | 0.07 | 65.45 | 0.79 | 0.65 |
| Hex | DF | EC | 5D | 6 | 0 | 3D | 7 | 41 | 4F | 41 |
| Octal | 337 | 354 | 135 | 6 | 0 | 75 | 7 | 101 | 117 | 101 |
| Binary | 11011111 | 11101100 | 1011101 | 110 | 0 | 111101 | 111 | 1000001 | 1001111 | 1000001 |
Color Harmonies of #DFEC5D
Complementary color
Monochromatic Colors of #DFEC5D
Black with #DFEC5D
Text Example
Text Example
White with #DFEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC5D; }
p { color: rgb(223,236,93); }
H1.HeaderClassName
{
color: #DFEC5D;
}
.AnyTagClassName
{
color: #DFEC5D;
}
</style>
background-color css
<style>
a { background-color: #DFEC5D; }
a { background-color: rgb(223,236,93); }
div.DivClassName
{
background-color: #DFEC5D;
}
.BgClassName
{
background-color: #DFEC5D;
}
</style>
border-color css
<style>
span { border-color: #DFEC5D; }
span { border-color: rgb(223,236,93); }
td.TdClassName
{
border-color: #DFEC5D;
}
.TagClassName
{
border-color: #DFEC5D;
}
</style>