Shades of Sunflower #DAC006
Tints of Sunflower #DAC006
RGB
CMYK
RGB Variations
Color information
#DAC006 (or 0xDAC006) is known color: Sunflower. HEX triplet: DA, C0 and 06. RGB value is (218,192,6). Sum of RGB (Red+Green+Blue) = 218+192+6=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC006 is #253FF9. Grayscale: #B3B3B3. Windows color (decimal): -2441210 or 442586. OLE color: 442586.
HSL color Cylindrical-coordinate representation of color #DAC006: hue angle of 52.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAC006 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.15 |
| HSL | 52.64º | 0.95% | 0.44% | - |
| HSV(B) | 52.64º | 0.97% | 0.85% | - |
| XYZ | 47.8 | 52.62 | 7.81 | - |
| YUV | 178.57 | 30.61 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 6 | 0 | 0.12 | 0.97 | 0.15 | 52.64 | 0.95 | 0.44 |
| Hex | DA | C0 | 6 | 0 | C | 61 | F | 35 | 5F | 2C |
| Octal | 332 | 300 | 6 | 0 | 14 | 141 | 17 | 65 | 137 | 54 |
| Binary | 11011010 | 11000000 | 110 | 0 | 1100 | 1100001 | 1111 | 110101 | 1011111 | 101100 |
Color Harmonies of #DAC006
Complementary color
Monochromatic Colors of #DAC006
Black with #DAC006
Text Example
Text Example
White with #DAC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC006; }
p { color: rgb(218,192,6); }
H1.HeaderClassName
{
color: #DAC006;
}
.AnyTagClassName
{
color: #DAC006;
}
</style>
background-color css
<style>
a { background-color: #DAC006; }
a { background-color: rgb(218,192,6); }
div.DivClassName
{
background-color: #DAC006;
}
.BgClassName
{
background-color: #DAC006;
}
</style>
border-color css
<style>
span { border-color: #DAC006; }
span { border-color: rgb(218,192,6); }
td.TdClassName
{
border-color: #DAC006;
}
.TagClassName
{
border-color: #DAC006;
}
</style>