Shades of Sunflower #DABF16
Tints of Sunflower #DABF16
RGB
CMYK
RGB Variations
Color information
#DABF16 (or 0xDABF16) is known color: Sunflower. HEX triplet: DA, BF and 16. RGB value is (218,191,22). Sum of RGB (Red+Green+Blue) = 218+191+22=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF16 is #2540E9. Grayscale: #B4B4B4. Windows color (decimal): -2441450 or 1490906. OLE color: 1490906.
HSL color Cylindrical-coordinate representation of color #DABF16: hue angle of 51.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DABF16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.15 |
| HSL | 51.73º | 0.82% | 0.47% | - |
| HSV(B) | 51.73º | 0.9% | 0.85% | - |
| XYZ | 47.69 | 52.22 | 8.33 | - |
| YUV | 179.81 | 38.95 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 22 | 0 | 0.12 | 0.90 | 0.15 | 51.73 | 0.82 | 0.47 |
| Hex | DA | BF | 16 | 0 | C | 5A | F | 34 | 52 | 2F |
| Octal | 332 | 277 | 26 | 0 | 14 | 132 | 17 | 64 | 122 | 57 |
| Binary | 11011010 | 10111111 | 10110 | 0 | 1100 | 1011010 | 1111 | 110100 | 1010010 | 101111 |
Color Harmonies of #DABF16
Complementary color
Monochromatic Colors of #DABF16
Black with #DABF16
Text Example
Text Example
White with #DABF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF16; }
p { color: rgb(218,191,22); }
H1.HeaderClassName
{
color: #DABF16;
}
.AnyTagClassName
{
color: #DABF16;
}
</style>
background-color css
<style>
a { background-color: #DABF16; }
a { background-color: rgb(218,191,22); }
div.DivClassName
{
background-color: #DABF16;
}
.BgClassName
{
background-color: #DABF16;
}
</style>
border-color css
<style>
span { border-color: #DABF16; }
span { border-color: rgb(218,191,22); }
td.TdClassName
{
border-color: #DABF16;
}
.TagClassName
{
border-color: #DABF16;
}
</style>