Shades of Sunflower #DAC022
Tints of Sunflower #DAC022
RGB
CMYK
RGB Variations
Color information
#DAC022 (or 0xDAC022) is known color: Sunflower. HEX triplet: DA, C0 and 22. RGB value is (218,192,34). Sum of RGB (Red+Green+Blue) = 218+192+34=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC022 is #253FDD. Grayscale: #B6B6B6. Windows color (decimal): -2441182 or 2277594. OLE color: 2277594.
HSL color Cylindrical-coordinate representation of color #DAC022: hue angle of 51.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAC022 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 34 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.15 |
| HSL | 51.52º | 0.73% | 0.49% | - |
| HSV(B) | 51.52º | 0.84% | 0.85% | - |
| XYZ | 48.05 | 52.72 | 9.16 | - |
| YUV | 181.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 34 | 0 | 0.12 | 0.84 | 0.15 | 51.52 | 0.73 | 0.49 |
| Hex | DA | C0 | 22 | 0 | C | 54 | F | 34 | 49 | 31 |
| Octal | 332 | 300 | 42 | 0 | 14 | 124 | 17 | 64 | 111 | 61 |
| Binary | 11011010 | 11000000 | 100010 | 0 | 1100 | 1010100 | 1111 | 110100 | 1001001 | 110001 |
Color Harmonies of #DAC022
Complementary color
Monochromatic Colors of #DAC022
Black with #DAC022
Text Example
Text Example
White with #DAC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC022; }
p { color: rgb(218,192,34); }
H1.HeaderClassName
{
color: #DAC022;
}
.AnyTagClassName
{
color: #DAC022;
}
</style>
background-color css
<style>
a { background-color: #DAC022; }
a { background-color: rgb(218,192,34); }
div.DivClassName
{
background-color: #DAC022;
}
.BgClassName
{
background-color: #DAC022;
}
</style>
border-color css
<style>
span { border-color: #DAC022; }
span { border-color: rgb(218,192,34); }
td.TdClassName
{
border-color: #DAC022;
}
.TagClassName
{
border-color: #DAC022;
}
</style>