Shades of Sunflower #DAB619
Tints of Sunflower #DAB619
RGB
CMYK
RGB Variations
Color information
#DAB619 (or 0xDAB619) is known color: Sunflower. HEX triplet: DA, B6 and 19. RGB value is (218,182,25). Sum of RGB (Red+Green+Blue) = 218+182+25=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB619 is #2549E6. Grayscale: #AFAFAF. Windows color (decimal): -2443751 or 1685210. OLE color: 1685210.
HSL color Cylindrical-coordinate representation of color #DAB619: hue angle of 48.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAB619 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.15 |
| HSL | 48.81º | 0.79% | 0.48% | - |
| HSV(B) | 48.81º | 0.89% | 0.85% | - |
| XYZ | 45.82 | 48.43 | 7.85 | - |
| YUV | 174.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 25 | 0 | 0.17 | 0.89 | 0.15 | 48.81 | 0.79 | 0.48 |
| Hex | DA | B6 | 19 | 0 | 11 | 59 | F | 31 | 4F | 30 |
| Octal | 332 | 266 | 31 | 0 | 21 | 131 | 17 | 61 | 117 | 60 |
| Binary | 11011010 | 10110110 | 11001 | 0 | 10001 | 1011001 | 1111 | 110001 | 1001111 | 110000 |
Color Harmonies of #DAB619
Complementary color
Monochromatic Colors of #DAB619
Black with #DAB619
Text Example
Text Example
White with #DAB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB619; }
p { color: rgb(218,182,25); }
H1.HeaderClassName
{
color: #DAB619;
}
.AnyTagClassName
{
color: #DAB619;
}
</style>
background-color css
<style>
a { background-color: #DAB619; }
a { background-color: rgb(218,182,25); }
div.DivClassName
{
background-color: #DAB619;
}
.BgClassName
{
background-color: #DAB619;
}
</style>
border-color css
<style>
span { border-color: #DAB619; }
span { border-color: rgb(218,182,25); }
td.TdClassName
{
border-color: #DAB619;
}
.TagClassName
{
border-color: #DAB619;
}
</style>