Shades of Sunflower #DAC612
Tints of Sunflower #DAC612
RGB
CMYK
RGB Variations
Color information
#DAC612 (or 0xDAC612) is known color: Sunflower. HEX triplet: DA, C6 and 12. RGB value is (218,198,18). Sum of RGB (Red+Green+Blue) = 218+198+18=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC612 is #2539ED. Grayscale: #B8B8B8. Windows color (decimal): -2439662 or 1230554. OLE color: 1230554.
HSL color Cylindrical-coordinate representation of color #DAC612: hue angle of 54º 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 #DAC612 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.15 |
| HSL | 54º | 0.85% | 0.46% | - |
| HSV(B) | 54º | 0.92% | 0.85% | - |
| XYZ | 49.22 | 55.34 | 8.66 | - |
| YUV | 183.46 | 34.63 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 18 | 0 | 0.09 | 0.92 | 0.15 | 54 | 0.85 | 0.46 |
| Hex | DA | C6 | 12 | 0 | 9 | 5C | F | 36 | 55 | 2E |
| Octal | 332 | 306 | 22 | 0 | 11 | 134 | 17 | 66 | 125 | 56 |
| Binary | 11011010 | 11000110 | 10010 | 0 | 1001 | 1011100 | 1111 | 110110 | 1010101 | 101110 |
Color Harmonies of #DAC612
Complementary color
Monochromatic Colors of #DAC612
Black with #DAC612
Text Example
Text Example
White with #DAC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC612; }
p { color: rgb(218,198,18); }
H1.HeaderClassName
{
color: #DAC612;
}
.AnyTagClassName
{
color: #DAC612;
}
</style>
background-color css
<style>
a { background-color: #DAC612; }
a { background-color: rgb(218,198,18); }
div.DivClassName
{
background-color: #DAC612;
}
.BgClassName
{
background-color: #DAC612;
}
</style>
border-color css
<style>
span { border-color: #DAC612; }
span { border-color: rgb(218,198,18); }
td.TdClassName
{
border-color: #DAC612;
}
.TagClassName
{
border-color: #DAC612;
}
</style>