Shades of Sunflower #DAC41E
Tints of Sunflower #DAC41E
RGB
CMYK
RGB Variations
Color information
#DAC41E (or 0xDAC41E) is known color: Sunflower. HEX triplet: DA, C4 and 1E. RGB value is (218,196,30). Sum of RGB (Red+Green+Blue) = 218+196+30=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC41E is #253BE1. Grayscale: #B8B8B8. Windows color (decimal): -2440162 or 2016474. OLE color: 2016474.
HSL color Cylindrical-coordinate representation of color #DAC41E: hue angle of 52.98º 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 #DAC41E is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 30 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.15 |
| HSL | 52.98º | 0.76% | 0.49% | - |
| HSV(B) | 52.98º | 0.86% | 0.85% | - |
| XYZ | 48.89 | 54.48 | 9.17 | - |
| YUV | 183.65 | 41.29 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 30 | 0 | 0.10 | 0.86 | 0.15 | 52.98 | 0.76 | 0.49 |
| Hex | DA | C4 | 1E | 0 | A | 56 | F | 35 | 4C | 31 |
| Octal | 332 | 304 | 36 | 0 | 12 | 126 | 17 | 65 | 114 | 61 |
| Binary | 11011010 | 11000100 | 11110 | 0 | 1010 | 1010110 | 1111 | 110101 | 1001100 | 110001 |
Color Harmonies of #DAC41E
Complementary color
Monochromatic Colors of #DAC41E
Black with #DAC41E
Text Example
Text Example
White with #DAC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC41E; }
p { color: rgb(218,196,30); }
H1.HeaderClassName
{
color: #DAC41E;
}
.AnyTagClassName
{
color: #DAC41E;
}
</style>
background-color css
<style>
a { background-color: #DAC41E; }
a { background-color: rgb(218,196,30); }
div.DivClassName
{
background-color: #DAC41E;
}
.BgClassName
{
background-color: #DAC41E;
}
</style>
border-color css
<style>
span { border-color: #DAC41E; }
span { border-color: rgb(218,196,30); }
td.TdClassName
{
border-color: #DAC41E;
}
.TagClassName
{
border-color: #DAC41E;
}
</style>