Shades of Sunflower #DABA11
Tints of Sunflower #DABA11
RGB
CMYK
RGB Variations
Color information
#DABA11 (or 0xDABA11) is known color: Sunflower. HEX triplet: DA, BA and 11. RGB value is (218,186,17). Sum of RGB (Red+Green+Blue) = 218+186+17=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA11 is #2545EE. Grayscale: #B1B1B1. Windows color (decimal): -2442735 or 1161946. OLE color: 1161946.
HSL color Cylindrical-coordinate representation of color #DABA11: hue angle of 50.45º 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 #DABA11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.15 |
| HSL | 50.45º | 0.86% | 0.46% | - |
| HSV(B) | 50.45º | 0.92% | 0.85% | - |
| XYZ | 46.57 | 50.06 | 7.74 | - |
| YUV | 176.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 17 | 0 | 0.15 | 0.92 | 0.15 | 50.45 | 0.86 | 0.46 |
| Hex | DA | BA | 11 | 0 | F | 5C | F | 32 | 56 | 2E |
| Octal | 332 | 272 | 21 | 0 | 17 | 134 | 17 | 62 | 126 | 56 |
| Binary | 11011010 | 10111010 | 10001 | 0 | 1111 | 1011100 | 1111 | 110010 | 1010110 | 101110 |
Color Harmonies of #DABA11
Complementary color
Monochromatic Colors of #DABA11
Black with #DABA11
Text Example
Text Example
White with #DABA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA11; }
p { color: rgb(218,186,17); }
H1.HeaderClassName
{
color: #DABA11;
}
.AnyTagClassName
{
color: #DABA11;
}
</style>
background-color css
<style>
a { background-color: #DABA11; }
a { background-color: rgb(218,186,17); }
div.DivClassName
{
background-color: #DABA11;
}
.BgClassName
{
background-color: #DABA11;
}
</style>
border-color css
<style>
span { border-color: #DABA11; }
span { border-color: rgb(218,186,17); }
td.TdClassName
{
border-color: #DABA11;
}
.TagClassName
{
border-color: #DABA11;
}
</style>