Shades of Sunflower #DAC021
Tints of Sunflower #DAC021
RGB
CMYK
RGB Variations
Color information
#DAC021 (or 0xDAC021) is known color: Sunflower. HEX triplet: DA, C0 and 21. RGB value is (218,192,33). Sum of RGB (Red+Green+Blue) = 218+192+33=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC021 is #253FDE. Grayscale: #B6B6B6. Windows color (decimal): -2441183 or 2212058. OLE color: 2212058.
HSL color Cylindrical-coordinate representation of color #DAC021: hue angle of 51.57º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAC021 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 33 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.15 |
| HSL | 51.57º | 0.74% | 0.49% | - |
| HSV(B) | 51.57º | 0.85% | 0.85% | - |
| XYZ | 48.04 | 52.71 | 9.08 | - |
| YUV | 181.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 33 | 0 | 0.12 | 0.85 | 0.15 | 51.57 | 0.74 | 0.49 |
| Hex | DA | C0 | 21 | 0 | C | 55 | F | 34 | 4A | 31 |
| Octal | 332 | 300 | 41 | 0 | 14 | 125 | 17 | 64 | 112 | 61 |
| Binary | 11011010 | 11000000 | 100001 | 0 | 1100 | 1010101 | 1111 | 110100 | 1001010 | 110001 |
Color Harmonies of #DAC021
Complementary color
Monochromatic Colors of #DAC021
Black with #DAC021
Text Example
Text Example
White with #DAC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC021; }
p { color: rgb(218,192,33); }
H1.HeaderClassName
{
color: #DAC021;
}
.AnyTagClassName
{
color: #DAC021;
}
</style>
background-color css
<style>
a { background-color: #DAC021; }
a { background-color: rgb(218,192,33); }
div.DivClassName
{
background-color: #DAC021;
}
.BgClassName
{
background-color: #DAC021;
}
</style>
border-color css
<style>
span { border-color: #DAC021; }
span { border-color: rgb(218,192,33); }
td.TdClassName
{
border-color: #DAC021;
}
.TagClassName
{
border-color: #DAC021;
}
</style>