Shades of Sunflower #DAC213
Tints of Sunflower #DAC213
RGB
CMYK
RGB Variations
Color information
#DAC213 (or 0xDAC213) is known color: Sunflower. HEX triplet: DA, C2 and 13. RGB value is (218,194,19). Sum of RGB (Red+Green+Blue) = 218+194+19=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC213 is #253DEC. Grayscale: #B5B5B5. Windows color (decimal): -2440685 or 1295066. OLE color: 1295066.
HSL color Cylindrical-coordinate representation of color #DAC213: hue angle of 52.76º 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 #DAC213 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.15 |
| HSL | 52.76º | 0.84% | 0.46% | - |
| HSV(B) | 52.76º | 0.91% | 0.85% | - |
| XYZ | 48.32 | 53.54 | 8.4 | - |
| YUV | 181.23 | 36.45 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 19 | 0 | 0.11 | 0.91 | 0.15 | 52.76 | 0.84 | 0.46 |
| Hex | DA | C2 | 13 | 0 | B | 5B | F | 35 | 54 | 2E |
| Octal | 332 | 302 | 23 | 0 | 13 | 133 | 17 | 65 | 124 | 56 |
| Binary | 11011010 | 11000010 | 10011 | 0 | 1011 | 1011011 | 1111 | 110101 | 1010100 | 101110 |
Color Harmonies of #DAC213
Complementary color
Monochromatic Colors of #DAC213
Black with #DAC213
Text Example
Text Example
White with #DAC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC213; }
p { color: rgb(218,194,19); }
H1.HeaderClassName
{
color: #DAC213;
}
.AnyTagClassName
{
color: #DAC213;
}
</style>
background-color css
<style>
a { background-color: #DAC213; }
a { background-color: rgb(218,194,19); }
div.DivClassName
{
background-color: #DAC213;
}
.BgClassName
{
background-color: #DAC213;
}
</style>
border-color css
<style>
span { border-color: #DAC213; }
span { border-color: rgb(218,194,19); }
td.TdClassName
{
border-color: #DAC213;
}
.TagClassName
{
border-color: #DAC213;
}
</style>