Shades of Sunflower #DAC210
Tints of Sunflower #DAC210
RGB
CMYK
RGB Variations
Color information
#DAC210 (or 0xDAC210) is known color: Sunflower. HEX triplet: DA, C2 and 10. RGB value is (218,194,16). Sum of RGB (Red+Green+Blue) = 218+194+16=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC210 is #253DEF. Grayscale: #B5B5B5. Windows color (decimal): -2440688 or 1098458. OLE color: 1098458.
HSL color Cylindrical-coordinate representation of color #DAC210: hue angle of 52.87º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAC210 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 16 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.15 |
| HSL | 52.87º | 0.86% | 0.46% | - |
| HSV(B) | 52.87º | 0.93% | 0.85% | - |
| XYZ | 48.3 | 53.53 | 8.28 | - |
| YUV | 180.88 | 34.95 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 16 | 0 | 0.11 | 0.93 | 0.15 | 52.87 | 0.86 | 0.46 |
| Hex | DA | C2 | 10 | 0 | B | 5D | F | 35 | 56 | 2E |
| Octal | 332 | 302 | 20 | 0 | 13 | 135 | 17 | 65 | 126 | 56 |
| Binary | 11011010 | 11000010 | 10000 | 0 | 1011 | 1011101 | 1111 | 110101 | 1010110 | 101110 |
Color Harmonies of #DAC210
Complementary color
Monochromatic Colors of #DAC210
Black with #DAC210
Text Example
Text Example
White with #DAC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC210; }
p { color: rgb(218,194,16); }
H1.HeaderClassName
{
color: #DAC210;
}
.AnyTagClassName
{
color: #DAC210;
}
</style>
background-color css
<style>
a { background-color: #DAC210; }
a { background-color: rgb(218,194,16); }
div.DivClassName
{
background-color: #DAC210;
}
.BgClassName
{
background-color: #DAC210;
}
</style>
border-color css
<style>
span { border-color: #DAC210; }
span { border-color: rgb(218,194,16); }
td.TdClassName
{
border-color: #DAC210;
}
.TagClassName
{
border-color: #DAC210;
}
</style>