Shades of Sunflower #DAC512
Tints of Sunflower #DAC512
RGB
CMYK
RGB Variations
Color information
#DAC512 (or 0xDAC512) is known color: Sunflower. HEX triplet: DA, C5 and 12. RGB value is (218,197,18). Sum of RGB (Red+Green+Blue) = 218+197+18=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC512 is #253AED. Grayscale: #B7B7B7. Windows color (decimal): -2439918 or 1230298. OLE color: 1230298.
HSL color Cylindrical-coordinate representation of color #DAC512: hue angle of 53.7º 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 #DAC512 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 18 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.15 |
| HSL | 53.7º | 0.85% | 0.46% | - |
| HSV(B) | 53.7º | 0.92% | 0.85% | - |
| XYZ | 48.99 | 54.88 | 8.58 | - |
| YUV | 182.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 18 | 0 | 0.10 | 0.92 | 0.15 | 53.7 | 0.85 | 0.46 |
| Hex | DA | C5 | 12 | 0 | A | 5C | F | 36 | 55 | 2E |
| Octal | 332 | 305 | 22 | 0 | 12 | 134 | 17 | 66 | 125 | 56 |
| Binary | 11011010 | 11000101 | 10010 | 0 | 1010 | 1011100 | 1111 | 110110 | 1010101 | 101110 |
Color Harmonies of #DAC512
Complementary color
Monochromatic Colors of #DAC512
Black with #DAC512
Text Example
Text Example
White with #DAC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC512; }
p { color: rgb(218,197,18); }
H1.HeaderClassName
{
color: #DAC512;
}
.AnyTagClassName
{
color: #DAC512;
}
</style>
background-color css
<style>
a { background-color: #DAC512; }
a { background-color: rgb(218,197,18); }
div.DivClassName
{
background-color: #DAC512;
}
.BgClassName
{
background-color: #DAC512;
}
</style>
border-color css
<style>
span { border-color: #DAC512; }
span { border-color: rgb(218,197,18); }
td.TdClassName
{
border-color: #DAC512;
}
.TagClassName
{
border-color: #DAC512;
}
</style>