Shades of Sunflower #DABA13
Tints of Sunflower #DABA13
RGB
CMYK
RGB Variations
Color information
#DABA13 (or 0xDABA13) is known color: Sunflower. HEX triplet: DA, BA and 13. RGB value is (218,186,19). Sum of RGB (Red+Green+Blue) = 218+186+19=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA13 is #2545EC. Grayscale: #B1B1B1. Windows color (decimal): -2442733 or 1293018. OLE color: 1293018.
HSL color Cylindrical-coordinate representation of color #DABA13: hue angle of 50.35º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DABA13 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 19 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.15 |
| HSL | 50.35º | 0.84% | 0.46% | - |
| HSV(B) | 50.35º | 0.91% | 0.85% | - |
| XYZ | 46.59 | 50.07 | 7.83 | - |
| YUV | 176.53 | 39.1 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 19 | 0 | 0.15 | 0.91 | 0.15 | 50.35 | 0.84 | 0.46 |
| Hex | DA | BA | 13 | 0 | F | 5B | F | 32 | 54 | 2E |
| Octal | 332 | 272 | 23 | 0 | 17 | 133 | 17 | 62 | 124 | 56 |
| Binary | 11011010 | 10111010 | 10011 | 0 | 1111 | 1011011 | 1111 | 110010 | 1010100 | 101110 |
Color Harmonies of #DABA13
Complementary color
Monochromatic Colors of #DABA13
Black with #DABA13
Text Example
Text Example
White with #DABA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA13; }
p { color: rgb(218,186,19); }
H1.HeaderClassName
{
color: #DABA13;
}
.AnyTagClassName
{
color: #DABA13;
}
</style>
background-color css
<style>
a { background-color: #DABA13; }
a { background-color: rgb(218,186,19); }
div.DivClassName
{
background-color: #DABA13;
}
.BgClassName
{
background-color: #DABA13;
}
</style>
border-color css
<style>
span { border-color: #DABA13; }
span { border-color: rgb(218,186,19); }
td.TdClassName
{
border-color: #DABA13;
}
.TagClassName
{
border-color: #DABA13;
}
</style>