Shades of Sunflower #DAB707
Tints of Sunflower #DAB707
RGB
CMYK
RGB Variations
Color information
#DAB707 (or 0xDAB707) is known color: Sunflower. HEX triplet: DA, B7 and 07. RGB value is (218,183,7). Sum of RGB (Red+Green+Blue) = 218+183+7=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB707 is #2548F8. Grayscale: #AEAEAE. Windows color (decimal): -2443513 or 505818. OLE color: 505818.
HSL color Cylindrical-coordinate representation of color #DAB707: hue angle of 50.05º 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 #DAB707 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.15 |
| HSL | 50.05º | 0.94% | 0.44% | - |
| HSV(B) | 50.05º | 0.97% | 0.85% | - |
| XYZ | 45.89 | 48.79 | 7.2 | - |
| YUV | 173.4 | 34.1 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 7 | 0 | 0.16 | 0.97 | 0.15 | 50.05 | 0.94 | 0.44 |
| Hex | DA | B7 | 7 | 0 | 10 | 61 | F | 32 | 5E | 2C |
| Octal | 332 | 267 | 7 | 0 | 20 | 141 | 17 | 62 | 136 | 54 |
| Binary | 11011010 | 10110111 | 111 | 0 | 10000 | 1100001 | 1111 | 110010 | 1011110 | 101100 |
Color Harmonies of #DAB707
Complementary color
Monochromatic Colors of #DAB707
Black with #DAB707
Text Example
Text Example
White with #DAB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB707; }
p { color: rgb(218,183,7); }
H1.HeaderClassName
{
color: #DAB707;
}
.AnyTagClassName
{
color: #DAB707;
}
</style>
background-color css
<style>
a { background-color: #DAB707; }
a { background-color: rgb(218,183,7); }
div.DivClassName
{
background-color: #DAB707;
}
.BgClassName
{
background-color: #DAB707;
}
</style>
border-color css
<style>
span { border-color: #DAB707; }
span { border-color: rgb(218,183,7); }
td.TdClassName
{
border-color: #DAB707;
}
.TagClassName
{
border-color: #DAB707;
}
</style>