Shades of Honeysuckle #DFE465
Tints of Honeysuckle #DFE465
RGB
CMYK
RGB Variations
Color information
#DFE465 (or 0xDFE465) is known color: Honeysuckle. HEX triplet: DF, E4 and 65. RGB value is (223,228,101). Sum of RGB (Red+Green+Blue) = 223+228+101=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE465 is #201B9A. Grayscale: #D4D4D4. Windows color (decimal): -2104219 or 6677727. OLE color: 6677727.
HSL color Cylindrical-coordinate representation of color #DFE465: hue angle of 62.36º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFE465 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 101 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.11 |
| HSL | 62.36º | 0.7% | 0.65% | - |
| HSV(B) | 62.36º | 0.56% | 0.89% | - |
| XYZ | 60.52 | 72.11 | 23.04 | - |
| YUV | 212.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 101 | 0.02 | 0 | 0.56 | 0.11 | 62.36 | 0.7 | 0.65 |
| Hex | DF | E4 | 65 | 2 | 0 | 38 | B | 3E | 46 | 41 |
| Octal | 337 | 344 | 145 | 2 | 0 | 70 | 13 | 76 | 106 | 101 |
| Binary | 11011111 | 11100100 | 1100101 | 10 | 0 | 111000 | 1011 | 111110 | 1000110 | 1000001 |
Color Harmonies of #DFE465
Complementary color
Monochromatic Colors of #DFE465
Black with #DFE465
Text Example
Text Example
White with #DFE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE465; }
p { color: rgb(223,228,101); }
H1.HeaderClassName
{
color: #DFE465;
}
.AnyTagClassName
{
color: #DFE465;
}
</style>
background-color css
<style>
a { background-color: #DFE465; }
a { background-color: rgb(223,228,101); }
div.DivClassName
{
background-color: #DFE465;
}
.BgClassName
{
background-color: #DFE465;
}
</style>
border-color css
<style>
span { border-color: #DFE465; }
span { border-color: rgb(223,228,101); }
td.TdClassName
{
border-color: #DFE465;
}
.TagClassName
{
border-color: #DFE465;
}
</style>