Shades of Sunflower #DABA03
Tints of Sunflower #DABA03
RGB
CMYK
RGB Variations
Color information
#DABA03 (or 0xDABA03) is known color: Sunflower. HEX triplet: DA, BA and 03. RGB value is (218,186,3). Sum of RGB (Red+Green+Blue) = 218+186+3=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA03 is #2545FC. Grayscale: #AFAFAF. Windows color (decimal): -2442749 or 244442. OLE color: 244442.
HSL color Cylindrical-coordinate representation of color #DABA03: hue angle of 51.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DABA03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.15 |
| HSL | 51.07º | 0.97% | 0.43% | - |
| HSV(B) | 51.07º | 0.99% | 0.85% | - |
| XYZ | 46.49 | 50.03 | 7.29 | - |
| YUV | 174.71 | 31.1 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 3 | 0 | 0.15 | 0.99 | 0.15 | 51.07 | 0.97 | 0.43 |
| Hex | DA | BA | 3 | 0 | F | 63 | F | 33 | 61 | 2B |
| Octal | 332 | 272 | 3 | 0 | 17 | 143 | 17 | 63 | 141 | 53 |
| Binary | 11011010 | 10111010 | 11 | 0 | 1111 | 1100011 | 1111 | 110011 | 1100001 | 101011 |
Color Harmonies of #DABA03
Complementary color
Monochromatic Colors of #DABA03
Black with #DABA03
Text Example
Text Example
White with #DABA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA03; }
p { color: rgb(218,186,3); }
H1.HeaderClassName
{
color: #DABA03;
}
.AnyTagClassName
{
color: #DABA03;
}
</style>
background-color css
<style>
a { background-color: #DABA03; }
a { background-color: rgb(218,186,3); }
div.DivClassName
{
background-color: #DABA03;
}
.BgClassName
{
background-color: #DABA03;
}
</style>
border-color css
<style>
span { border-color: #DABA03; }
span { border-color: rgb(218,186,3); }
td.TdClassName
{
border-color: #DABA03;
}
.TagClassName
{
border-color: #DABA03;
}
</style>