Shades of Sunflower #DABA07
Tints of Sunflower #DABA07
RGB
CMYK
RGB Variations
Color information
#DABA07 (or 0xDABA07) is known color: Sunflower. HEX triplet: DA, BA and 07. RGB value is (218,186,7). Sum of RGB (Red+Green+Blue) = 218+186+7=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA07 is #2545F8. Grayscale: #AFAFAF. Windows color (decimal): -2442745 or 506586. OLE color: 506586.
HSL color Cylindrical-coordinate representation of color #DABA07: hue angle of 50.9º degrees, saturation: 0.94, 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 #DABA07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.15 |
| HSL | 50.9º | 0.94% | 0.44% | - |
| HSV(B) | 50.9º | 0.97% | 0.85% | - |
| XYZ | 46.51 | 50.04 | 7.41 | - |
| YUV | 175.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 7 | 0 | 0.15 | 0.97 | 0.15 | 50.9 | 0.94 | 0.44 |
| Hex | DA | BA | 7 | 0 | F | 61 | F | 33 | 5E | 2C |
| Octal | 332 | 272 | 7 | 0 | 17 | 141 | 17 | 63 | 136 | 54 |
| Binary | 11011010 | 10111010 | 111 | 0 | 1111 | 1100001 | 1111 | 110011 | 1011110 | 101100 |
Color Harmonies of #DABA07
Complementary color
Monochromatic Colors of #DABA07
Black with #DABA07
Text Example
Text Example
White with #DABA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA07; }
p { color: rgb(218,186,7); }
H1.HeaderClassName
{
color: #DABA07;
}
.AnyTagClassName
{
color: #DABA07;
}
</style>
background-color css
<style>
a { background-color: #DABA07; }
a { background-color: rgb(218,186,7); }
div.DivClassName
{
background-color: #DABA07;
}
.BgClassName
{
background-color: #DABA07;
}
</style>
border-color css
<style>
span { border-color: #DABA07; }
span { border-color: rgb(218,186,7); }
td.TdClassName
{
border-color: #DABA07;
}
.TagClassName
{
border-color: #DABA07;
}
</style>