Shades of Sunflower #DAB706
Tints of Sunflower #DAB706
RGB
CMYK
RGB Variations
Color information
#DAB706 (or 0xDAB706) is known color: Sunflower. HEX triplet: DA, B7 and 06. RGB value is (218,183,6). Sum of RGB (Red+Green+Blue) = 218+183+6=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 183 (71.88% from 255 or 44.96% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB706 is #2548F9. Grayscale: #AEAEAE. Windows color (decimal): -2443514 or 440282. OLE color: 440282.
HSL color Cylindrical-coordinate representation of color #DAB706: hue angle of 50.09º 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 #DAB706 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.15 |
| HSL | 50.09º | 0.95% | 0.44% | - |
| HSV(B) | 50.09º | 0.97% | 0.85% | - |
| XYZ | 45.88 | 48.79 | 7.17 | - |
| YUV | 173.29 | 33.6 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 6 | 0 | 0.16 | 0.97 | 0.15 | 50.09 | 0.95 | 0.44 |
| Hex | DA | B7 | 6 | 0 | 10 | 61 | F | 32 | 5F | 2C |
| Octal | 332 | 267 | 6 | 0 | 20 | 141 | 17 | 62 | 137 | 54 |
| Binary | 11011010 | 10110111 | 110 | 0 | 10000 | 1100001 | 1111 | 110010 | 1011111 | 101100 |
Color Harmonies of #DAB706
Complementary color
Monochromatic Colors of #DAB706
Black with #DAB706
Text Example
Text Example
White with #DAB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB706; }
p { color: rgb(218,183,6); }
H1.HeaderClassName
{
color: #DAB706;
}
.AnyTagClassName
{
color: #DAB706;
}
</style>
background-color css
<style>
a { background-color: #DAB706; }
a { background-color: rgb(218,183,6); }
div.DivClassName
{
background-color: #DAB706;
}
.BgClassName
{
background-color: #DAB706;
}
</style>
border-color css
<style>
span { border-color: #DAB706; }
span { border-color: rgb(218,183,6); }
td.TdClassName
{
border-color: #DAB706;
}
.TagClassName
{
border-color: #DAB706;
}
</style>