Shades of Sunflower #DAC714
Tints of Sunflower #DAC714
RGB
CMYK
RGB Variations
Color information
#DAC714 (or 0xDAC714) is known color: Sunflower. HEX triplet: DA, C7 and 14. RGB value is (218,199,20). Sum of RGB (Red+Green+Blue) = 218+199+20=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC714 is #2538EB. Grayscale: #B9B9B9. Windows color (decimal): -2439404 or 1361882. OLE color: 1361882.
HSL color Cylindrical-coordinate representation of color #DAC714: hue angle of 54.24º 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 #DAC714 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 20 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.15 |
| HSL | 54.24º | 0.83% | 0.47% | - |
| HSV(B) | 54.24º | 0.91% | 0.85% | - |
| XYZ | 49.46 | 55.8 | 8.83 | - |
| YUV | 184.28 | 35.29 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 20 | 0 | 0.09 | 0.91 | 0.15 | 54.24 | 0.83 | 0.47 |
| Hex | DA | C7 | 14 | 0 | 9 | 5B | F | 36 | 53 | 2F |
| Octal | 332 | 307 | 24 | 0 | 11 | 133 | 17 | 66 | 123 | 57 |
| Binary | 11011010 | 11000111 | 10100 | 0 | 1001 | 1011011 | 1111 | 110110 | 1010011 | 101111 |
Color Harmonies of #DAC714
Complementary color
Monochromatic Colors of #DAC714
Black with #DAC714
Text Example
Text Example
White with #DAC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC714; }
p { color: rgb(218,199,20); }
H1.HeaderClassName
{
color: #DAC714;
}
.AnyTagClassName
{
color: #DAC714;
}
</style>
background-color css
<style>
a { background-color: #DAC714; }
a { background-color: rgb(218,199,20); }
div.DivClassName
{
background-color: #DAC714;
}
.BgClassName
{
background-color: #DAC714;
}
</style>
border-color css
<style>
span { border-color: #DAC714; }
span { border-color: rgb(218,199,20); }
td.TdClassName
{
border-color: #DAC714;
}
.TagClassName
{
border-color: #DAC714;
}
</style>