Shades of Honeysuckle #DAF64F
Tints of Honeysuckle #DAF64F
RGB
CMYK
RGB Variations
Color information
#DAF64F (or 0xDAF64F) is known color: Honeysuckle. HEX triplet: DA, F6 and 4F. RGB value is (218,246,79). Sum of RGB (Red+Green+Blue) = 218+246+79=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF64F is #2509B0. Grayscale: #DBDBDB. Windows color (decimal): -2427313 or 5240538. OLE color: 5240538.
HSL color Cylindrical-coordinate representation of color #DAF64F: hue angle of 70.06º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAF64F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 79 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.04 |
| HSL | 70.06º | 0.9% | 0.64% | - |
| HSV(B) | 70.06º | 0.68% | 0.96% | - |
| XYZ | 63.28 | 81.38 | 19.77 | - |
| YUV | 218.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 79 | 0.11 | 0 | 0.68 | 0.04 | 70.06 | 0.9 | 0.64 |
| Hex | DA | F6 | 4F | B | 0 | 44 | 4 | 46 | 5A | 40 |
| Octal | 332 | 366 | 117 | 13 | 0 | 104 | 4 | 106 | 132 | 100 |
| Binary | 11011010 | 11110110 | 1001111 | 1011 | 0 | 1000100 | 100 | 1000110 | 1011010 | 1000000 |
Color Harmonies of #DAF64F
Complementary color
Monochromatic Colors of #DAF64F
Black with #DAF64F
Text Example
Text Example
White with #DAF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF64F; }
p { color: rgb(218,246,79); }
H1.HeaderClassName
{
color: #DAF64F;
}
.AnyTagClassName
{
color: #DAF64F;
}
</style>
background-color css
<style>
a { background-color: #DAF64F; }
a { background-color: rgb(218,246,79); }
div.DivClassName
{
background-color: #DAF64F;
}
.BgClassName
{
background-color: #DAF64F;
}
</style>
border-color css
<style>
span { border-color: #DAF64F; }
span { border-color: rgb(218,246,79); }
td.TdClassName
{
border-color: #DAF64F;
}
.TagClassName
{
border-color: #DAF64F;
}
</style>