Shades of Sunflower #DAC613
Tints of Sunflower #DAC613
RGB
CMYK
RGB Variations
Color information
#DAC613 (or 0xDAC613) is known color: Sunflower. HEX triplet: DA, C6 and 13. RGB value is (218,198,19). Sum of RGB (Red+Green+Blue) = 218+198+19=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC613 is #2539EC. Grayscale: #B8B8B8. Windows color (decimal): -2439661 or 1296090. OLE color: 1296090.
HSL color Cylindrical-coordinate representation of color #DAC613: hue angle of 53.97º 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 #DAC613 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 19 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.15 |
| HSL | 53.97º | 0.84% | 0.46% | - |
| HSV(B) | 53.97º | 0.91% | 0.85% | - |
| XYZ | 49.23 | 55.34 | 8.7 | - |
| YUV | 183.57 | 35.13 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 19 | 0 | 0.09 | 0.91 | 0.15 | 53.97 | 0.84 | 0.46 |
| Hex | DA | C6 | 13 | 0 | 9 | 5B | F | 36 | 54 | 2E |
| Octal | 332 | 306 | 23 | 0 | 11 | 133 | 17 | 66 | 124 | 56 |
| Binary | 11011010 | 11000110 | 10011 | 0 | 1001 | 1011011 | 1111 | 110110 | 1010100 | 101110 |
Color Harmonies of #DAC613
Complementary color
Monochromatic Colors of #DAC613
Black with #DAC613
Text Example
Text Example
White with #DAC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC613; }
p { color: rgb(218,198,19); }
H1.HeaderClassName
{
color: #DAC613;
}
.AnyTagClassName
{
color: #DAC613;
}
</style>
background-color css
<style>
a { background-color: #DAC613; }
a { background-color: rgb(218,198,19); }
div.DivClassName
{
background-color: #DAC613;
}
.BgClassName
{
background-color: #DAC613;
}
</style>
border-color css
<style>
span { border-color: #DAC613; }
span { border-color: rgb(218,198,19); }
td.TdClassName
{
border-color: #DAC613;
}
.TagClassName
{
border-color: #DAC613;
}
</style>