Shades of Sunflower #DAC412
Tints of Sunflower #DAC412
RGB
CMYK
RGB Variations
Color information
#DAC412 (or 0xDAC412) is known color: Sunflower. HEX triplet: DA, C4 and 12. RGB value is (218,196,18). Sum of RGB (Red+Green+Blue) = 218+196+18=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC412 is #253BED. Grayscale: #B7B7B7. Windows color (decimal): -2440174 or 1230042. OLE color: 1230042.
HSL color Cylindrical-coordinate representation of color #DAC412: hue angle of 53.4º degrees, saturation: 0.85, 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 #DAC412 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.15 |
| HSL | 53.4º | 0.85% | 0.46% | - |
| HSV(B) | 53.4º | 0.92% | 0.85% | - |
| XYZ | 48.76 | 54.43 | 8.51 | - |
| YUV | 182.29 | 35.29 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 18 | 0 | 0.10 | 0.92 | 0.15 | 53.4 | 0.85 | 0.46 |
| Hex | DA | C4 | 12 | 0 | A | 5C | F | 35 | 55 | 2E |
| Octal | 332 | 304 | 22 | 0 | 12 | 134 | 17 | 65 | 125 | 56 |
| Binary | 11011010 | 11000100 | 10010 | 0 | 1010 | 1011100 | 1111 | 110101 | 1010101 | 101110 |
Color Harmonies of #DAC412
Complementary color
Monochromatic Colors of #DAC412
Black with #DAC412
Text Example
Text Example
White with #DAC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC412; }
p { color: rgb(218,196,18); }
H1.HeaderClassName
{
color: #DAC412;
}
.AnyTagClassName
{
color: #DAC412;
}
</style>
background-color css
<style>
a { background-color: #DAC412; }
a { background-color: rgb(218,196,18); }
div.DivClassName
{
background-color: #DAC412;
}
.BgClassName
{
background-color: #DAC412;
}
</style>
border-color css
<style>
span { border-color: #DAC412; }
span { border-color: rgb(218,196,18); }
td.TdClassName
{
border-color: #DAC412;
}
.TagClassName
{
border-color: #DAC412;
}
</style>