Shades of Sunflower #DAC911
Tints of Sunflower #DAC911
RGB
CMYK
RGB Variations
Color information
#DAC911 (or 0xDAC911) is known color: Sunflower. HEX triplet: DA, C9 and 11. RGB value is (218,201,17). Sum of RGB (Red+Green+Blue) = 218+201+17=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC911 is #2536EE. Grayscale: #B9B9B9. Windows color (decimal): -2438895 or 1165786. OLE color: 1165786.
HSL color Cylindrical-coordinate representation of color #DAC911: hue angle of 54.93º 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 #DAC911 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 17 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.15 |
| HSL | 54.93º | 0.86% | 0.46% | - |
| HSV(B) | 54.93º | 0.92% | 0.85% | - |
| XYZ | 49.9 | 56.72 | 8.85 | - |
| YUV | 185.11 | 33.13 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 17 | 0 | 0.08 | 0.92 | 0.15 | 54.93 | 0.86 | 0.46 |
| Hex | DA | C9 | 11 | 0 | 8 | 5C | F | 37 | 56 | 2E |
| Octal | 332 | 311 | 21 | 0 | 10 | 134 | 17 | 67 | 126 | 56 |
| Binary | 11011010 | 11001001 | 10001 | 0 | 1000 | 1011100 | 1111 | 110111 | 1010110 | 101110 |
Color Harmonies of #DAC911
Complementary color
Monochromatic Colors of #DAC911
Black with #DAC911
Text Example
Text Example
White with #DAC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC911; }
p { color: rgb(218,201,17); }
H1.HeaderClassName
{
color: #DAC911;
}
.AnyTagClassName
{
color: #DAC911;
}
</style>
background-color css
<style>
a { background-color: #DAC911; }
a { background-color: rgb(218,201,17); }
div.DivClassName
{
background-color: #DAC911;
}
.BgClassName
{
background-color: #DAC911;
}
</style>
border-color css
<style>
span { border-color: #DAC911; }
span { border-color: rgb(218,201,17); }
td.TdClassName
{
border-color: #DAC911;
}
.TagClassName
{
border-color: #DAC911;
}
</style>