Shades of Sunflower #DAB705
Tints of Sunflower #DAB705
RGB
CMYK
RGB Variations
Color information
#DAB705 (or 0xDAB705) is known color: Sunflower. HEX triplet: DA, B7 and 05. RGB value is (218,183,5). Sum of RGB (Red+Green+Blue) = 218+183+5=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB705 is #2548FA. Grayscale: #ADADAD. Windows color (decimal): -2443515 or 374746. OLE color: 374746.
HSL color Cylindrical-coordinate representation of color #DAB705: hue angle of 50.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAB705 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.15 |
| HSL | 50.14º | 0.96% | 0.44% | - |
| HSV(B) | 50.14º | 0.98% | 0.85% | - |
| XYZ | 45.87 | 48.78 | 7.14 | - |
| YUV | 173.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 5 | 0 | 0.16 | 0.98 | 0.15 | 50.14 | 0.96 | 0.44 |
| Hex | DA | B7 | 5 | 0 | 10 | 62 | F | 32 | 60 | 2C |
| Octal | 332 | 267 | 5 | 0 | 20 | 142 | 17 | 62 | 140 | 54 |
| Binary | 11011010 | 10110111 | 101 | 0 | 10000 | 1100010 | 1111 | 110010 | 1100000 | 101100 |
Color Harmonies of #DAB705
Complementary color
Monochromatic Colors of #DAB705
Black with #DAB705
Text Example
Text Example
White with #DAB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB705; }
p { color: rgb(218,183,5); }
H1.HeaderClassName
{
color: #DAB705;
}
.AnyTagClassName
{
color: #DAB705;
}
</style>
background-color css
<style>
a { background-color: #DAB705; }
a { background-color: rgb(218,183,5); }
div.DivClassName
{
background-color: #DAB705;
}
.BgClassName
{
background-color: #DAB705;
}
</style>
border-color css
<style>
span { border-color: #DAB705; }
span { border-color: rgb(218,183,5); }
td.TdClassName
{
border-color: #DAB705;
}
.TagClassName
{
border-color: #DAB705;
}
</style>