Shades of Sunflower #DABA0A
Tints of Sunflower #DABA0A
RGB
CMYK
RGB Variations
Color information
#DABA0A (or 0xDABA0A) is known color: Sunflower. HEX triplet: DA, BA and 0A. RGB value is (218,186,10). Sum of RGB (Red+Green+Blue) = 218+186+10=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA0A is #2545F5. Grayscale: #B0B0B0. Windows color (decimal): -2442742 or 703194. OLE color: 703194.
HSL color Cylindrical-coordinate representation of color #DABA0A: hue angle of 50.77º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DABA0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.15 |
| HSL | 50.77º | 0.91% | 0.45% | - |
| HSV(B) | 50.77º | 0.95% | 0.85% | - |
| XYZ | 46.53 | 50.05 | 7.49 | - |
| YUV | 175.5 | 34.6 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 10 | 0 | 0.15 | 0.95 | 0.15 | 50.77 | 0.91 | 0.45 |
| Hex | DA | BA | A | 0 | F | 5F | F | 33 | 5B | 2D |
| Octal | 332 | 272 | 12 | 0 | 17 | 137 | 17 | 63 | 133 | 55 |
| Binary | 11011010 | 10111010 | 1010 | 0 | 1111 | 1011111 | 1111 | 110011 | 1011011 | 101101 |
Color Harmonies of #DABA0A
Complementary color
Monochromatic Colors of #DABA0A
Black with #DABA0A
Text Example
Text Example
White with #DABA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA0A; }
p { color: rgb(218,186,10); }
H1.HeaderClassName
{
color: #DABA0A;
}
.AnyTagClassName
{
color: #DABA0A;
}
</style>
background-color css
<style>
a { background-color: #DABA0A; }
a { background-color: rgb(218,186,10); }
div.DivClassName
{
background-color: #DABA0A;
}
.BgClassName
{
background-color: #DABA0A;
}
</style>
border-color css
<style>
span { border-color: #DABA0A; }
span { border-color: rgb(218,186,10); }
td.TdClassName
{
border-color: #DABA0A;
}
.TagClassName
{
border-color: #DABA0A;
}
</style>