Shades of Sunflower #DAC117
Tints of Sunflower #DAC117
RGB
CMYK
RGB Variations
Color information
#DAC117 (or 0xDAC117) is known color: Sunflower. HEX triplet: DA, C1 and 17. RGB value is (218,193,23). Sum of RGB (Red+Green+Blue) = 218+193+23=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC117 is #253EE8. Grayscale: #B5B5B5. Windows color (decimal): -2440937 or 1556954. OLE color: 1556954.
HSL color Cylindrical-coordinate representation of color #DAC117: hue angle of 52.31º 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 #DAC117 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 23 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.15 |
| HSL | 52.31º | 0.81% | 0.47% | - |
| HSV(B) | 52.31º | 0.89% | 0.85% | - |
| XYZ | 48.14 | 53.11 | 8.52 | - |
| YUV | 181.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 23 | 0 | 0.11 | 0.89 | 0.15 | 52.31 | 0.81 | 0.47 |
| Hex | DA | C1 | 17 | 0 | B | 59 | F | 34 | 51 | 2F |
| Octal | 332 | 301 | 27 | 0 | 13 | 131 | 17 | 64 | 121 | 57 |
| Binary | 11011010 | 11000001 | 10111 | 0 | 1011 | 1011001 | 1111 | 110100 | 1010001 | 101111 |
Color Harmonies of #DAC117
Complementary color
Monochromatic Colors of #DAC117
Black with #DAC117
Text Example
Text Example
White with #DAC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC117; }
p { color: rgb(218,193,23); }
H1.HeaderClassName
{
color: #DAC117;
}
.AnyTagClassName
{
color: #DAC117;
}
</style>
background-color css
<style>
a { background-color: #DAC117; }
a { background-color: rgb(218,193,23); }
div.DivClassName
{
background-color: #DAC117;
}
.BgClassName
{
background-color: #DAC117;
}
</style>
border-color css
<style>
span { border-color: #DAC117; }
span { border-color: rgb(218,193,23); }
td.TdClassName
{
border-color: #DAC117;
}
.TagClassName
{
border-color: #DAC117;
}
</style>