Shades of Sunflower #DAC51A
Tints of Sunflower #DAC51A
RGB
CMYK
RGB Variations
Color information
#DAC51A (or 0xDAC51A) is known color: Sunflower. HEX triplet: DA, C5 and 1A. RGB value is (218,197,26). Sum of RGB (Red+Green+Blue) = 218+197+26=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC51A is #253AE5. Grayscale: #B8B8B8. Windows color (decimal): -2439910 or 1754586. OLE color: 1754586.
HSL color Cylindrical-coordinate representation of color #DAC51A: hue angle of 53.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAC51A is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 26 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.15 |
| HSL | 53.44º | 0.79% | 0.48% | - |
| HSV(B) | 53.44º | 0.88% | 0.85% | - |
| XYZ | 49.07 | 54.91 | 8.99 | - |
| YUV | 183.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 26 | 0 | 0.10 | 0.88 | 0.15 | 53.44 | 0.79 | 0.48 |
| Hex | DA | C5 | 1A | 0 | A | 58 | F | 35 | 4F | 30 |
| Octal | 332 | 305 | 32 | 0 | 12 | 130 | 17 | 65 | 117 | 60 |
| Binary | 11011010 | 11000101 | 11010 | 0 | 1010 | 1011000 | 1111 | 110101 | 1001111 | 110000 |
Color Harmonies of #DAC51A
Complementary color
Monochromatic Colors of #DAC51A
Black with #DAC51A
Text Example
Text Example
White with #DAC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC51A; }
p { color: rgb(218,197,26); }
H1.HeaderClassName
{
color: #DAC51A;
}
.AnyTagClassName
{
color: #DAC51A;
}
</style>
background-color css
<style>
a { background-color: #DAC51A; }
a { background-color: rgb(218,197,26); }
div.DivClassName
{
background-color: #DAC51A;
}
.BgClassName
{
background-color: #DAC51A;
}
</style>
border-color css
<style>
span { border-color: #DAC51A; }
span { border-color: rgb(218,197,26); }
td.TdClassName
{
border-color: #DAC51A;
}
.TagClassName
{
border-color: #DAC51A;
}
</style>