Shades of Sunflower #DAC214
Tints of Sunflower #DAC214
RGB
CMYK
RGB Variations
Color information
#DAC214 (or 0xDAC214) is known color: Sunflower. HEX triplet: DA, C2 and 14. RGB value is (218,194,20). Sum of RGB (Red+Green+Blue) = 218+194+20=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC214 is #253DEB. Grayscale: #B6B6B6. Windows color (decimal): -2440684 or 1360602. OLE color: 1360602.
HSL color Cylindrical-coordinate representation of color #DAC214: hue angle of 52.73º 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 #DAC214 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 20 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.15 |
| HSL | 52.73º | 0.83% | 0.47% | - |
| HSV(B) | 52.73º | 0.91% | 0.85% | - |
| XYZ | 48.33 | 53.54 | 8.45 | - |
| YUV | 181.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 20 | 0 | 0.11 | 0.91 | 0.15 | 52.73 | 0.83 | 0.47 |
| Hex | DA | C2 | 14 | 0 | B | 5B | F | 35 | 53 | 2F |
| Octal | 332 | 302 | 24 | 0 | 13 | 133 | 17 | 65 | 123 | 57 |
| Binary | 11011010 | 11000010 | 10100 | 0 | 1011 | 1011011 | 1111 | 110101 | 1010011 | 101111 |
Color Harmonies of #DAC214
Complementary color
Monochromatic Colors of #DAC214
Black with #DAC214
Text Example
Text Example
White with #DAC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC214; }
p { color: rgb(218,194,20); }
H1.HeaderClassName
{
color: #DAC214;
}
.AnyTagClassName
{
color: #DAC214;
}
</style>
background-color css
<style>
a { background-color: #DAC214; }
a { background-color: rgb(218,194,20); }
div.DivClassName
{
background-color: #DAC214;
}
.BgClassName
{
background-color: #DAC214;
}
</style>
border-color css
<style>
span { border-color: #DAC214; }
span { border-color: rgb(218,194,20); }
td.TdClassName
{
border-color: #DAC214;
}
.TagClassName
{
border-color: #DAC214;
}
</style>