Shades of Sunflower #DABA10
Tints of Sunflower #DABA10
RGB
CMYK
RGB Variations
Color information
#DABA10 (or 0xDABA10) is known color: Sunflower. HEX triplet: DA, BA and 10. RGB value is (218,186,16). Sum of RGB (Red+Green+Blue) = 218+186+16=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA10 is #2545EF. Grayscale: #B0B0B0. Windows color (decimal): -2442736 or 1096410. OLE color: 1096410.
HSL color Cylindrical-coordinate representation of color #DABA10: hue angle of 50.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DABA10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.15 |
| HSL | 50.5º | 0.86% | 0.46% | - |
| HSV(B) | 50.5º | 0.93% | 0.85% | - |
| XYZ | 46.57 | 50.06 | 7.7 | - |
| YUV | 176.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 16 | 0 | 0.15 | 0.93 | 0.15 | 50.5 | 0.86 | 0.46 |
| Hex | DA | BA | 10 | 0 | F | 5D | F | 32 | 56 | 2E |
| Octal | 332 | 272 | 20 | 0 | 17 | 135 | 17 | 62 | 126 | 56 |
| Binary | 11011010 | 10111010 | 10000 | 0 | 1111 | 1011101 | 1111 | 110010 | 1010110 | 101110 |
Color Harmonies of #DABA10
Complementary color
Monochromatic Colors of #DABA10
Black with #DABA10
Text Example
Text Example
White with #DABA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA10; }
p { color: rgb(218,186,16); }
H1.HeaderClassName
{
color: #DABA10;
}
.AnyTagClassName
{
color: #DABA10;
}
</style>
background-color css
<style>
a { background-color: #DABA10; }
a { background-color: rgb(218,186,16); }
div.DivClassName
{
background-color: #DABA10;
}
.BgClassName
{
background-color: #DABA10;
}
</style>
border-color css
<style>
span { border-color: #DABA10; }
span { border-color: rgb(218,186,16); }
td.TdClassName
{
border-color: #DABA10;
}
.TagClassName
{
border-color: #DABA10;
}
</style>