Shades of Sunflower #DAC014
Tints of Sunflower #DAC014
RGB
CMYK
RGB Variations
Color information
#DAC014 (or 0xDAC014) is known color: Sunflower. HEX triplet: DA, C0 and 14. RGB value is (218,192,20). Sum of RGB (Red+Green+Blue) = 218+192+20=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC014 is #253FEB. Grayscale: #B4B4B4. Windows color (decimal): -2441196 or 1360090. OLE color: 1360090.
HSL color Cylindrical-coordinate representation of color #DAC014: hue angle of 52.12º 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 #DAC014 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.15 |
| HSL | 52.12º | 0.83% | 0.47% | - |
| HSV(B) | 52.12º | 0.91% | 0.85% | - |
| XYZ | 47.89 | 52.66 | 8.3 | - |
| YUV | 180.17 | 37.61 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 20 | 0 | 0.12 | 0.91 | 0.15 | 52.12 | 0.83 | 0.47 |
| Hex | DA | C0 | 14 | 0 | C | 5B | F | 34 | 53 | 2F |
| Octal | 332 | 300 | 24 | 0 | 14 | 133 | 17 | 64 | 123 | 57 |
| Binary | 11011010 | 11000000 | 10100 | 0 | 1100 | 1011011 | 1111 | 110100 | 1010011 | 101111 |
Color Harmonies of #DAC014
Complementary color
Monochromatic Colors of #DAC014
Black with #DAC014
Text Example
Text Example
White with #DAC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC014; }
p { color: rgb(218,192,20); }
H1.HeaderClassName
{
color: #DAC014;
}
.AnyTagClassName
{
color: #DAC014;
}
</style>
background-color css
<style>
a { background-color: #DAC014; }
a { background-color: rgb(218,192,20); }
div.DivClassName
{
background-color: #DAC014;
}
.BgClassName
{
background-color: #DAC014;
}
</style>
border-color css
<style>
span { border-color: #DAC014; }
span { border-color: rgb(218,192,20); }
td.TdClassName
{
border-color: #DAC014;
}
.TagClassName
{
border-color: #DAC014;
}
</style>