Shades of Sunflower #DAB604
Tints of Sunflower #DAB604
RGB
CMYK
RGB Variations
Color information
#DAB604 (or 0xDAB604) is known color: Sunflower. HEX triplet: DA, B6 and 04. RGB value is (218,182,4). Sum of RGB (Red+Green+Blue) = 218+182+4=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB604 is #2549FB. Grayscale: #ADADAD. Windows color (decimal): -2443772 or 308954. OLE color: 308954.
HSL color Cylindrical-coordinate representation of color #DAB604: hue angle of 49.91º 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 #DAB604 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.15 |
| HSL | 49.91º | 0.96% | 0.44% | - |
| HSV(B) | 49.91º | 0.98% | 0.85% | - |
| XYZ | 45.66 | 48.37 | 7.04 | - |
| YUV | 172.47 | 32.93 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 4 | 0 | 0.17 | 0.98 | 0.15 | 49.91 | 0.96 | 0.44 |
| Hex | DA | B6 | 4 | 0 | 11 | 62 | F | 32 | 60 | 2C |
| Octal | 332 | 266 | 4 | 0 | 21 | 142 | 17 | 62 | 140 | 54 |
| Binary | 11011010 | 10110110 | 100 | 0 | 10001 | 1100010 | 1111 | 110010 | 1100000 | 101100 |
Color Harmonies of #DAB604
Complementary color
Monochromatic Colors of #DAB604
Black with #DAB604
Text Example
Text Example
White with #DAB604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB604; }
p { color: rgb(218,182,4); }
H1.HeaderClassName
{
color: #DAB604;
}
.AnyTagClassName
{
color: #DAB604;
}
</style>
background-color css
<style>
a { background-color: #DAB604; }
a { background-color: rgb(218,182,4); }
div.DivClassName
{
background-color: #DAB604;
}
.BgClassName
{
background-color: #DAB604;
}
</style>
border-color css
<style>
span { border-color: #DAB604; }
span { border-color: rgb(218,182,4); }
td.TdClassName
{
border-color: #DAB604;
}
.TagClassName
{
border-color: #DAB604;
}
</style>