Shades of Honeysuckle #DAF655
Tints of Honeysuckle #DAF655
RGB
CMYK
RGB Variations
Color information
#DAF655 (or 0xDAF655) is known color: Honeysuckle. HEX triplet: DA, F6 and 55. RGB value is (218,246,85). Sum of RGB (Red+Green+Blue) = 218+246+85=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF655 is #2509AA. Grayscale: #DBDBDB. Windows color (decimal): -2427307 or 5633754. OLE color: 5633754.
HSL color Cylindrical-coordinate representation of color #DAF655: hue angle of 70.43º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAF655 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 85 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.04 |
| HSL | 70.43º | 0.9% | 0.65% | - |
| HSV(B) | 70.43º | 0.65% | 0.96% | - |
| XYZ | 63.51 | 81.47 | 20.97 | - |
| YUV | 219.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 85 | 0.11 | 0 | 0.65 | 0.04 | 70.43 | 0.9 | 0.65 |
| Hex | DA | F6 | 55 | B | 0 | 41 | 4 | 46 | 5A | 41 |
| Octal | 332 | 366 | 125 | 13 | 0 | 101 | 4 | 106 | 132 | 101 |
| Binary | 11011010 | 11110110 | 1010101 | 1011 | 0 | 1000001 | 100 | 1000110 | 1011010 | 1000001 |
Color Harmonies of #DAF655
Complementary color
Monochromatic Colors of #DAF655
Black with #DAF655
Text Example
Text Example
White with #DAF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF655; }
p { color: rgb(218,246,85); }
H1.HeaderClassName
{
color: #DAF655;
}
.AnyTagClassName
{
color: #DAF655;
}
</style>
background-color css
<style>
a { background-color: #DAF655; }
a { background-color: rgb(218,246,85); }
div.DivClassName
{
background-color: #DAF655;
}
.BgClassName
{
background-color: #DAF655;
}
</style>
border-color css
<style>
span { border-color: #DAF655; }
span { border-color: rgb(218,246,85); }
td.TdClassName
{
border-color: #DAF655;
}
.TagClassName
{
border-color: #DAF655;
}
</style>