Shades of Sunflower #DABF19
Tints of Sunflower #DABF19
RGB
CMYK
RGB Variations
Color information
#DABF19 (or 0xDABF19) is known color: Sunflower. HEX triplet: DA, BF and 19. RGB value is (218,191,25). Sum of RGB (Red+Green+Blue) = 218+191+25=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF19 is #2540E6. Grayscale: #B4B4B4. Windows color (decimal): -2441447 or 1687514. OLE color: 1687514.
HSL color Cylindrical-coordinate representation of color #DABF19: hue angle of 51.61º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DABF19 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 25 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.15 |
| HSL | 51.61º | 0.79% | 0.48% | - |
| HSV(B) | 51.61º | 0.89% | 0.85% | - |
| XYZ | 47.72 | 52.24 | 8.49 | - |
| YUV | 180.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 25 | 0 | 0.12 | 0.89 | 0.15 | 51.61 | 0.79 | 0.48 |
| Hex | DA | BF | 19 | 0 | C | 59 | F | 34 | 4F | 30 |
| Octal | 332 | 277 | 31 | 0 | 14 | 131 | 17 | 64 | 117 | 60 |
| Binary | 11011010 | 10111111 | 11001 | 0 | 1100 | 1011001 | 1111 | 110100 | 1001111 | 110000 |
Color Harmonies of #DABF19
Complementary color
Monochromatic Colors of #DABF19
Black with #DABF19
Text Example
Text Example
White with #DABF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF19; }
p { color: rgb(218,191,25); }
H1.HeaderClassName
{
color: #DABF19;
}
.AnyTagClassName
{
color: #DABF19;
}
</style>
background-color css
<style>
a { background-color: #DABF19; }
a { background-color: rgb(218,191,25); }
div.DivClassName
{
background-color: #DABF19;
}
.BgClassName
{
background-color: #DABF19;
}
</style>
border-color css
<style>
span { border-color: #DABF19; }
span { border-color: rgb(218,191,25); }
td.TdClassName
{
border-color: #DABF19;
}
.TagClassName
{
border-color: #DABF19;
}
</style>