Shades of Sunflower #DAB613
Tints of Sunflower #DAB613
RGB
CMYK
RGB Variations
Color information
#DAB613 (or 0xDAB613) is known color: Sunflower. HEX triplet: DA, B6 and 13. RGB value is (218,182,19). Sum of RGB (Red+Green+Blue) = 218+182+19=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB613 is #2549EC. Grayscale: #AEAEAE. Windows color (decimal): -2443757 or 1291994. OLE color: 1291994.
HSL color Cylindrical-coordinate representation of color #DAB613: hue angle of 49.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAB613 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 19 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.15 |
| HSL | 49.15º | 0.84% | 0.46% | - |
| HSV(B) | 49.15º | 0.91% | 0.85% | - |
| XYZ | 45.76 | 48.41 | 7.55 | - |
| YUV | 174.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 19 | 0 | 0.17 | 0.91 | 0.15 | 49.15 | 0.84 | 0.46 |
| Hex | DA | B6 | 13 | 0 | 11 | 5B | F | 31 | 54 | 2E |
| Octal | 332 | 266 | 23 | 0 | 21 | 133 | 17 | 61 | 124 | 56 |
| Binary | 11011010 | 10110110 | 10011 | 0 | 10001 | 1011011 | 1111 | 110001 | 1010100 | 101110 |
Color Harmonies of #DAB613
Complementary color
Monochromatic Colors of #DAB613
Black with #DAB613
Text Example
Text Example
White with #DAB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB613; }
p { color: rgb(218,182,19); }
H1.HeaderClassName
{
color: #DAB613;
}
.AnyTagClassName
{
color: #DAB613;
}
</style>
background-color css
<style>
a { background-color: #DAB613; }
a { background-color: rgb(218,182,19); }
div.DivClassName
{
background-color: #DAB613;
}
.BgClassName
{
background-color: #DAB613;
}
</style>
border-color css
<style>
span { border-color: #DAB613; }
span { border-color: rgb(218,182,19); }
td.TdClassName
{
border-color: #DAB613;
}
.TagClassName
{
border-color: #DAB613;
}
</style>