Shades of Sunflower #DABF11
Tints of Sunflower #DABF11
RGB
CMYK
RGB Variations
Color information
#DABF11 (or 0xDABF11) is known color: Sunflower. HEX triplet: DA, BF and 11. RGB value is (218,191,17). Sum of RGB (Red+Green+Blue) = 218+191+17=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF11 is #2540EE. Grayscale: #B3B3B3. Windows color (decimal): -2441455 or 1163226. OLE color: 1163226.
HSL color Cylindrical-coordinate representation of color #DABF11: hue angle of 51.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DABF11 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.15 |
| HSL | 51.94º | 0.86% | 0.46% | - |
| HSV(B) | 51.94º | 0.92% | 0.85% | - |
| XYZ | 47.65 | 52.21 | 8.1 | - |
| YUV | 179.24 | 36.45 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 17 | 0 | 0.12 | 0.92 | 0.15 | 51.94 | 0.86 | 0.46 |
| Hex | DA | BF | 11 | 0 | C | 5C | F | 34 | 56 | 2E |
| Octal | 332 | 277 | 21 | 0 | 14 | 134 | 17 | 64 | 126 | 56 |
| Binary | 11011010 | 10111111 | 10001 | 0 | 1100 | 1011100 | 1111 | 110100 | 1010110 | 101110 |
Color Harmonies of #DABF11
Complementary color
Monochromatic Colors of #DABF11
Black with #DABF11
Text Example
Text Example
White with #DABF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABF11; }
p { color: rgb(218,191,17); }
H1.HeaderClassName
{
color: #DABF11;
}
.AnyTagClassName
{
color: #DABF11;
}
</style>
background-color css
<style>
a { background-color: #DABF11; }
a { background-color: rgb(218,191,17); }
div.DivClassName
{
background-color: #DABF11;
}
.BgClassName
{
background-color: #DABF11;
}
</style>
border-color css
<style>
span { border-color: #DABF11; }
span { border-color: rgb(218,191,17); }
td.TdClassName
{
border-color: #DABF11;
}
.TagClassName
{
border-color: #DABF11;
}
</style>