Shades of Sunflower #DAC00C
Tints of Sunflower #DAC00C
RGB
CMYK
RGB Variations
Color information
#DAC00C (or 0xDAC00C) is known color: Sunflower. HEX triplet: DA, C0 and 0C. RGB value is (218,192,12). Sum of RGB (Red+Green+Blue) = 218+192+12=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC00C is #253FF3. Grayscale: #B4B4B4. Windows color (decimal): -2441204 or 835802. OLE color: 835802.
HSL color Cylindrical-coordinate representation of color #DAC00C: hue angle of 52.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAC00C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.15 |
| HSL | 52.43º | 0.9% | 0.45% | - |
| HSV(B) | 52.43º | 0.94% | 0.85% | - |
| XYZ | 47.83 | 52.63 | 7.99 | - |
| YUV | 179.25 | 33.61 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 12 | 0 | 0.12 | 0.94 | 0.15 | 52.43 | 0.9 | 0.45 |
| Hex | DA | C0 | C | 0 | C | 5E | F | 34 | 5A | 2D |
| Octal | 332 | 300 | 14 | 0 | 14 | 136 | 17 | 64 | 132 | 55 |
| Binary | 11011010 | 11000000 | 1100 | 0 | 1100 | 1011110 | 1111 | 110100 | 1011010 | 101101 |
Color Harmonies of #DAC00C
Complementary color
Monochromatic Colors of #DAC00C
Black with #DAC00C
Text Example
Text Example
White with #DAC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC00C; }
p { color: rgb(218,192,12); }
H1.HeaderClassName
{
color: #DAC00C;
}
.AnyTagClassName
{
color: #DAC00C;
}
</style>
background-color css
<style>
a { background-color: #DAC00C; }
a { background-color: rgb(218,192,12); }
div.DivClassName
{
background-color: #DAC00C;
}
.BgClassName
{
background-color: #DAC00C;
}
</style>
border-color css
<style>
span { border-color: #DAC00C; }
span { border-color: rgb(218,192,12); }
td.TdClassName
{
border-color: #DAC00C;
}
.TagClassName
{
border-color: #DAC00C;
}
</style>