Shades of Sunflower #DAC51E
Tints of Sunflower #DAC51E
RGB
CMYK
RGB Variations
Color information
#DAC51E (or 0xDAC51E) is known color: Sunflower. HEX triplet: DA, C5 and 1E. RGB value is (218,197,30). Sum of RGB (Red+Green+Blue) = 218+197+30=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC51E is #253AE1. Grayscale: #B8B8B8. Windows color (decimal): -2439906 or 2016730. OLE color: 2016730.
HSL color Cylindrical-coordinate representation of color #DAC51E: hue angle of 53.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAC51E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.15 |
| HSL | 53.3º | 0.76% | 0.49% | - |
| HSV(B) | 53.3º | 0.86% | 0.85% | - |
| XYZ | 49.11 | 54.93 | 9.24 | - |
| YUV | 184.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 30 | 0 | 0.10 | 0.86 | 0.15 | 53.3 | 0.76 | 0.49 |
| Hex | DA | C5 | 1E | 0 | A | 56 | F | 35 | 4C | 31 |
| Octal | 332 | 305 | 36 | 0 | 12 | 126 | 17 | 65 | 114 | 61 |
| Binary | 11011010 | 11000101 | 11110 | 0 | 1010 | 1010110 | 1111 | 110101 | 1001100 | 110001 |
Color Harmonies of #DAC51E
Complementary color
Monochromatic Colors of #DAC51E
Black with #DAC51E
Text Example
Text Example
White with #DAC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC51E; }
p { color: rgb(218,197,30); }
H1.HeaderClassName
{
color: #DAC51E;
}
.AnyTagClassName
{
color: #DAC51E;
}
</style>
background-color css
<style>
a { background-color: #DAC51E; }
a { background-color: rgb(218,197,30); }
div.DivClassName
{
background-color: #DAC51E;
}
.BgClassName
{
background-color: #DAC51E;
}
</style>
border-color css
<style>
span { border-color: #DAC51E; }
span { border-color: rgb(218,197,30); }
td.TdClassName
{
border-color: #DAC51E;
}
.TagClassName
{
border-color: #DAC51E;
}
</style>