Shades of Sunflower #DAC011
Tints of Sunflower #DAC011
RGB
CMYK
RGB Variations
Color information
#DAC011 (or 0xDAC011) is known color: Sunflower. HEX triplet: DA, C0 and 11. RGB value is (218,192,17). Sum of RGB (Red+Green+Blue) = 218+192+17=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC011 is #253FEE. Grayscale: #B4B4B4. Windows color (decimal): -2441199 or 1163482. OLE color: 1163482.
HSL color Cylindrical-coordinate representation of color #DAC011: hue angle of 52.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAC011 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.15 |
| HSL | 52.24º | 0.86% | 0.46% | - |
| HSV(B) | 52.24º | 0.92% | 0.85% | - |
| XYZ | 47.86 | 52.65 | 8.17 | - |
| YUV | 179.82 | 36.11 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 17 | 0 | 0.12 | 0.92 | 0.15 | 52.24 | 0.86 | 0.46 |
| Hex | DA | C0 | 11 | 0 | C | 5C | F | 34 | 56 | 2E |
| Octal | 332 | 300 | 21 | 0 | 14 | 134 | 17 | 64 | 126 | 56 |
| Binary | 11011010 | 11000000 | 10001 | 0 | 1100 | 1011100 | 1111 | 110100 | 1010110 | 101110 |
Color Harmonies of #DAC011
Complementary color
Monochromatic Colors of #DAC011
Black with #DAC011
Text Example
Text Example
White with #DAC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC011; }
p { color: rgb(218,192,17); }
H1.HeaderClassName
{
color: #DAC011;
}
.AnyTagClassName
{
color: #DAC011;
}
</style>
background-color css
<style>
a { background-color: #DAC011; }
a { background-color: rgb(218,192,17); }
div.DivClassName
{
background-color: #DAC011;
}
.BgClassName
{
background-color: #DAC011;
}
</style>
border-color css
<style>
span { border-color: #DAC011; }
span { border-color: rgb(218,192,17); }
td.TdClassName
{
border-color: #DAC011;
}
.TagClassName
{
border-color: #DAC011;
}
</style>