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