Shades of Sunflower #DAC414
Tints of Sunflower #DAC414
RGB
CMYK
RGB Variations
Color information
#DAC414 (or 0xDAC414) is known color: Sunflower. HEX triplet: DA, C4 and 14. RGB value is (218,196,20). Sum of RGB (Red+Green+Blue) = 218+196+20=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC414 is #253BEB. Grayscale: #B7B7B7. Windows color (decimal): -2440172 or 1361114. OLE color: 1361114.
HSL color Cylindrical-coordinate representation of color #DAC414: hue angle of 53.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAC414 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 20 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.15 |
| HSL | 53.33º | 0.83% | 0.47% | - |
| HSV(B) | 53.33º | 0.91% | 0.85% | - |
| XYZ | 48.78 | 54.44 | 8.6 | - |
| YUV | 182.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 20 | 0 | 0.10 | 0.91 | 0.15 | 53.33 | 0.83 | 0.47 |
| Hex | DA | C4 | 14 | 0 | A | 5B | F | 35 | 53 | 2F |
| Octal | 332 | 304 | 24 | 0 | 12 | 133 | 17 | 65 | 123 | 57 |
| Binary | 11011010 | 11000100 | 10100 | 0 | 1010 | 1011011 | 1111 | 110101 | 1010011 | 101111 |
Color Harmonies of #DAC414
Complementary color
Monochromatic Colors of #DAC414
Black with #DAC414
Text Example
Text Example
White with #DAC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC414; }
p { color: rgb(218,196,20); }
H1.HeaderClassName
{
color: #DAC414;
}
.AnyTagClassName
{
color: #DAC414;
}
</style>
background-color css
<style>
a { background-color: #DAC414; }
a { background-color: rgb(218,196,20); }
div.DivClassName
{
background-color: #DAC414;
}
.BgClassName
{
background-color: #DAC414;
}
</style>
border-color css
<style>
span { border-color: #DAC414; }
span { border-color: rgb(218,196,20); }
td.TdClassName
{
border-color: #DAC414;
}
.TagClassName
{
border-color: #DAC414;
}
</style>