Shades of Honeysuckle #DFE65F
Tints of Honeysuckle #DFE65F
RGB
CMYK
RGB Variations
Color information
#DFE65F (or 0xDFE65F) is known color: Honeysuckle. HEX triplet: DF, E6 and 5F. RGB value is (223,230,95). Sum of RGB (Red+Green+Blue) = 223+230+95=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE65F is #2019A0. Grayscale: #D5D5D5. Windows color (decimal): -2103713 or 6285023. OLE color: 6285023.
HSL color Cylindrical-coordinate representation of color #DFE65F: hue angle of 63.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFE65F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 95 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.10 |
| HSL | 63.11º | 0.73% | 0.64% | - |
| HSV(B) | 63.11º | 0.59% | 0.9% | - |
| XYZ | 60.79 | 73.11 | 21.73 | - |
| YUV | 212.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 95 | 0.03 | 0 | 0.59 | 0.10 | 63.11 | 0.73 | 0.64 |
| Hex | DF | E6 | 5F | 3 | 0 | 3B | A | 3F | 49 | 40 |
| Octal | 337 | 346 | 137 | 3 | 0 | 73 | 12 | 77 | 111 | 100 |
| Binary | 11011111 | 11100110 | 1011111 | 11 | 0 | 111011 | 1010 | 111111 | 1001001 | 1000000 |
Color Harmonies of #DFE65F
Complementary color
Monochromatic Colors of #DFE65F
Black with #DFE65F
Text Example
Text Example
White with #DFE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE65F; }
p { color: rgb(223,230,95); }
H1.HeaderClassName
{
color: #DFE65F;
}
.AnyTagClassName
{
color: #DFE65F;
}
</style>
background-color css
<style>
a { background-color: #DFE65F; }
a { background-color: rgb(223,230,95); }
div.DivClassName
{
background-color: #DFE65F;
}
.BgClassName
{
background-color: #DFE65F;
}
</style>
border-color css
<style>
span { border-color: #DFE65F; }
span { border-color: rgb(223,230,95); }
td.TdClassName
{
border-color: #DFE65F;
}
.TagClassName
{
border-color: #DFE65F;
}
</style>