Shades of Honeysuckle #DAF953
Tints of Honeysuckle #DAF953
RGB
CMYK
RGB Variations
Color information
#DAF953 (or 0xDAF953) is known color: Honeysuckle. HEX triplet: DA, F9 and 53. RGB value is (218,249,83). Sum of RGB (Red+Green+Blue) = 218+249+83=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF953 is #2506AC. Grayscale: #DDDDDD. Windows color (decimal): -2426541 or 5503450. OLE color: 5503450.
HSL color Cylindrical-coordinate representation of color #DAF953: hue angle of 71.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAF953 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 83 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.02 |
| HSL | 71.2º | 0.93% | 0.65% | - |
| HSV(B) | 71.2º | 0.67% | 0.98% | - |
| XYZ | 64.35 | 83.28 | 20.87 | - |
| YUV | 220.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 83 | 0.12 | 0 | 0.67 | 0.02 | 71.2 | 0.93 | 0.65 |
| Hex | DA | F9 | 53 | C | 0 | 43 | 2 | 47 | 5D | 41 |
| Octal | 332 | 371 | 123 | 14 | 0 | 103 | 2 | 107 | 135 | 101 |
| Binary | 11011010 | 11111001 | 1010011 | 1100 | 0 | 1000011 | 10 | 1000111 | 1011101 | 1000001 |
Color Harmonies of #DAF953
Complementary color
Monochromatic Colors of #DAF953
Black with #DAF953
Text Example
Text Example
White with #DAF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF953; }
p { color: rgb(218,249,83); }
H1.HeaderClassName
{
color: #DAF953;
}
.AnyTagClassName
{
color: #DAF953;
}
</style>
background-color css
<style>
a { background-color: #DAF953; }
a { background-color: rgb(218,249,83); }
div.DivClassName
{
background-color: #DAF953;
}
.BgClassName
{
background-color: #DAF953;
}
</style>
border-color css
<style>
span { border-color: #DAF953; }
span { border-color: rgb(218,249,83); }
td.TdClassName
{
border-color: #DAF953;
}
.TagClassName
{
border-color: #DAF953;
}
</style>