Shades of Sunflower #DABA0F
Tints of Sunflower #DABA0F
RGB
CMYK
RGB Variations
Color information
#DABA0F (or 0xDABA0F) is known color: Sunflower. HEX triplet: DA, BA and 0F. RGB value is (218,186,15). Sum of RGB (Red+Green+Blue) = 218+186+15=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA0F is #2545F0. Grayscale: #B0B0B0. Windows color (decimal): -2442737 or 1030874. OLE color: 1030874.
HSL color Cylindrical-coordinate representation of color #DABA0F: hue angle of 50.54º degrees, saturation: 0.87, 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 #DABA0F is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 15 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.15 |
| HSL | 50.54º | 0.87% | 0.46% | - |
| HSV(B) | 50.54º | 0.93% | 0.85% | - |
| XYZ | 46.56 | 50.06 | 7.66 | - |
| YUV | 176.07 | 37.1 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 15 | 0 | 0.15 | 0.93 | 0.15 | 50.54 | 0.87 | 0.46 |
| Hex | DA | BA | F | 0 | F | 5D | F | 33 | 57 | 2E |
| Octal | 332 | 272 | 17 | 0 | 17 | 135 | 17 | 63 | 127 | 56 |
| Binary | 11011010 | 10111010 | 1111 | 0 | 1111 | 1011101 | 1111 | 110011 | 1010111 | 101110 |
Color Harmonies of #DABA0F
Complementary color
Monochromatic Colors of #DABA0F
Black with #DABA0F
Text Example
Text Example
White with #DABA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA0F; }
p { color: rgb(218,186,15); }
H1.HeaderClassName
{
color: #DABA0F;
}
.AnyTagClassName
{
color: #DABA0F;
}
</style>
background-color css
<style>
a { background-color: #DABA0F; }
a { background-color: rgb(218,186,15); }
div.DivClassName
{
background-color: #DABA0F;
}
.BgClassName
{
background-color: #DABA0F;
}
</style>
border-color css
<style>
span { border-color: #DABA0F; }
span { border-color: rgb(218,186,15); }
td.TdClassName
{
border-color: #DABA0F;
}
.TagClassName
{
border-color: #DABA0F;
}
</style>