Shades of Sunflower #DABF18
Tints of Sunflower #DABF18
RGB
CMYK
RGB Variations
Color information
#DABF18 (or 0xDABF18) is known color: Sunflower. HEX triplet: DA, BF and 18. RGB value is (218,191,24). Sum of RGB (Red+Green+Blue) = 218+191+24=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF18 is #2540E7. Grayscale: #B4B4B4. Windows color (decimal): -2441448 or 1621978. OLE color: 1621978.
HSL color Cylindrical-coordinate representation of color #DABF18: hue angle of 51.65º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DABF18 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 24 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.15 |
| HSL | 51.65º | 0.8% | 0.47% | - |
| HSV(B) | 51.65º | 0.89% | 0.85% | - |
| XYZ | 47.71 | 52.23 | 8.43 | - |
| YUV | 180.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 24 | 0 | 0.12 | 0.89 | 0.15 | 51.65 | 0.8 | 0.47 |
| Hex | DA | BF | 18 | 0 | C | 59 | F | 34 | 50 | 2F |
| Octal | 332 | 277 | 30 | 0 | 14 | 131 | 17 | 64 | 120 | 57 |
| Binary | 11011010 | 10111111 | 11000 | 0 | 1100 | 1011001 | 1111 | 110100 | 1010000 | 101111 |
Color Harmonies of #DABF18
Complementary color
Monochromatic Colors of #DABF18
Black with #DABF18
Text Example
Text Example
White with #DABF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF18; }
p { color: rgb(218,191,24); }
H1.HeaderClassName
{
color: #DABF18;
}
.AnyTagClassName
{
color: #DABF18;
}
</style>
background-color css
<style>
a { background-color: #DABF18; }
a { background-color: rgb(218,191,24); }
div.DivClassName
{
background-color: #DABF18;
}
.BgClassName
{
background-color: #DABF18;
}
</style>
border-color css
<style>
span { border-color: #DABF18; }
span { border-color: rgb(218,191,24); }
td.TdClassName
{
border-color: #DABF18;
}
.TagClassName
{
border-color: #DABF18;
}
</style>