Shades of Sunflower #DAC217
Tints of Sunflower #DAC217
RGB
CMYK
RGB Variations
Color information
#DAC217 (or 0xDAC217) is known color: Sunflower. HEX triplet: DA, C2 and 17. RGB value is (218,194,23). Sum of RGB (Red+Green+Blue) = 218+194+23=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC217 is #253DE8. Grayscale: #B6B6B6. Windows color (decimal): -2440681 or 1557210. OLE color: 1557210.
HSL color Cylindrical-coordinate representation of color #DAC217: hue angle of 52.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAC217 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 23 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.15 |
| HSL | 52.62º | 0.81% | 0.47% | - |
| HSV(B) | 52.62º | 0.89% | 0.85% | - |
| XYZ | 48.36 | 53.55 | 8.6 | - |
| YUV | 181.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 23 | 0 | 0.11 | 0.89 | 0.15 | 52.62 | 0.81 | 0.47 |
| Hex | DA | C2 | 17 | 0 | B | 59 | F | 35 | 51 | 2F |
| Octal | 332 | 302 | 27 | 0 | 13 | 131 | 17 | 65 | 121 | 57 |
| Binary | 11011010 | 11000010 | 10111 | 0 | 1011 | 1011001 | 1111 | 110101 | 1010001 | 101111 |
Color Harmonies of #DAC217
Complementary color
Monochromatic Colors of #DAC217
Black with #DAC217
Text Example
Text Example
White with #DAC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC217; }
p { color: rgb(218,194,23); }
H1.HeaderClassName
{
color: #DAC217;
}
.AnyTagClassName
{
color: #DAC217;
}
</style>
background-color css
<style>
a { background-color: #DAC217; }
a { background-color: rgb(218,194,23); }
div.DivClassName
{
background-color: #DAC217;
}
.BgClassName
{
background-color: #DAC217;
}
</style>
border-color css
<style>
span { border-color: #DAC217; }
span { border-color: rgb(218,194,23); }
td.TdClassName
{
border-color: #DAC217;
}
.TagClassName
{
border-color: #DAC217;
}
</style>