Shades of Sunflower #DAC010
Tints of Sunflower #DAC010
RGB
CMYK
RGB Variations
Color information
#DAC010 (or 0xDAC010) is known color: Sunflower. HEX triplet: DA, C0 and 10. RGB value is (218,192,16). Sum of RGB (Red+Green+Blue) = 218+192+16=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC010 is #253FEF. Grayscale: #B4B4B4. Windows color (decimal): -2441200 or 1097946. OLE color: 1097946.
HSL color Cylindrical-coordinate representation of color #DAC010: hue angle of 52.28º 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 #DAC010 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.15 |
| HSL | 52.28º | 0.86% | 0.46% | - |
| HSV(B) | 52.28º | 0.93% | 0.85% | - |
| XYZ | 47.86 | 52.64 | 8.13 | - |
| YUV | 179.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 16 | 0 | 0.12 | 0.93 | 0.15 | 52.28 | 0.86 | 0.46 |
| Hex | DA | C0 | 10 | 0 | C | 5D | F | 34 | 56 | 2E |
| Octal | 332 | 300 | 20 | 0 | 14 | 135 | 17 | 64 | 126 | 56 |
| Binary | 11011010 | 11000000 | 10000 | 0 | 1100 | 1011101 | 1111 | 110100 | 1010110 | 101110 |
Color Harmonies of #DAC010
Complementary color
Monochromatic Colors of #DAC010
Black with #DAC010
Text Example
Text Example
White with #DAC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC010; }
p { color: rgb(218,192,16); }
H1.HeaderClassName
{
color: #DAC010;
}
.AnyTagClassName
{
color: #DAC010;
}
</style>
background-color css
<style>
a { background-color: #DAC010; }
a { background-color: rgb(218,192,16); }
div.DivClassName
{
background-color: #DAC010;
}
.BgClassName
{
background-color: #DAC010;
}
</style>
border-color css
<style>
span { border-color: #DAC010; }
span { border-color: rgb(218,192,16); }
td.TdClassName
{
border-color: #DAC010;
}
.TagClassName
{
border-color: #DAC010;
}
</style>