Shades of Sunflower #DAB904
Tints of Sunflower #DAB904
RGB
CMYK
RGB Variations
Color information
#DAB904 (or 0xDAB904) is known color: Sunflower. HEX triplet: DA, B9 and 04. RGB value is (218,185,4). Sum of RGB (Red+Green+Blue) = 218+185+4=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB904 is #2546FB. Grayscale: #AEAEAE. Windows color (decimal): -2443004 or 309722. OLE color: 309722.
HSL color Cylindrical-coordinate representation of color #DAB904: hue angle of 50.75º 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 #DAB904 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.15 |
| HSL | 50.75º | 0.96% | 0.44% | - |
| HSV(B) | 50.75º | 0.98% | 0.85% | - |
| XYZ | 46.28 | 49.61 | 7.25 | - |
| YUV | 174.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 4 | 0 | 0.15 | 0.98 | 0.15 | 50.75 | 0.96 | 0.44 |
| Hex | DA | B9 | 4 | 0 | F | 62 | F | 33 | 60 | 2C |
| Octal | 332 | 271 | 4 | 0 | 17 | 142 | 17 | 63 | 140 | 54 |
| Binary | 11011010 | 10111001 | 100 | 0 | 1111 | 1100010 | 1111 | 110011 | 1100000 | 101100 |
Color Harmonies of #DAB904
Complementary color
Monochromatic Colors of #DAB904
Black with #DAB904
Text Example
Text Example
White with #DAB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB904; }
p { color: rgb(218,185,4); }
H1.HeaderClassName
{
color: #DAB904;
}
.AnyTagClassName
{
color: #DAB904;
}
</style>
background-color css
<style>
a { background-color: #DAB904; }
a { background-color: rgb(218,185,4); }
div.DivClassName
{
background-color: #DAB904;
}
.BgClassName
{
background-color: #DAB904;
}
</style>
border-color css
<style>
span { border-color: #DAB904; }
span { border-color: rgb(218,185,4); }
td.TdClassName
{
border-color: #DAB904;
}
.TagClassName
{
border-color: #DAB904;
}
</style>