Shades of Sunflower #DABA06
Tints of Sunflower #DABA06
RGB
CMYK
RGB Variations
Color information
#DABA06 (or 0xDABA06) is known color: Sunflower. HEX triplet: DA, BA and 06. RGB value is (218,186,6). Sum of RGB (Red+Green+Blue) = 218+186+6=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA06 is #2545F9. Grayscale: #AFAFAF. Windows color (decimal): -2442746 or 441050. OLE color: 441050.
HSL color Cylindrical-coordinate representation of color #DABA06: hue angle of 50.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DABA06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.15 |
| HSL | 50.94º | 0.95% | 0.44% | - |
| HSV(B) | 50.94º | 0.97% | 0.85% | - |
| XYZ | 46.51 | 50.04 | 7.38 | - |
| YUV | 175.05 | 32.6 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 6 | 0 | 0.15 | 0.97 | 0.15 | 50.94 | 0.95 | 0.44 |
| Hex | DA | BA | 6 | 0 | F | 61 | F | 33 | 5F | 2C |
| Octal | 332 | 272 | 6 | 0 | 17 | 141 | 17 | 63 | 137 | 54 |
| Binary | 11011010 | 10111010 | 110 | 0 | 1111 | 1100001 | 1111 | 110011 | 1011111 | 101100 |
Color Harmonies of #DABA06
Complementary color
Monochromatic Colors of #DABA06
Black with #DABA06
Text Example
Text Example
White with #DABA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA06; }
p { color: rgb(218,186,6); }
H1.HeaderClassName
{
color: #DABA06;
}
.AnyTagClassName
{
color: #DABA06;
}
</style>
background-color css
<style>
a { background-color: #DABA06; }
a { background-color: rgb(218,186,6); }
div.DivClassName
{
background-color: #DABA06;
}
.BgClassName
{
background-color: #DABA06;
}
</style>
border-color css
<style>
span { border-color: #DABA06; }
span { border-color: rgb(218,186,6); }
td.TdClassName
{
border-color: #DABA06;
}
.TagClassName
{
border-color: #DABA06;
}
</style>