Shades of Sunflower #DAC415
Tints of Sunflower #DAC415
RGB
CMYK
RGB Variations
Color information
#DAC415 (or 0xDAC415) is known color: Sunflower. HEX triplet: DA, C4 and 15. RGB value is (218,196,21). Sum of RGB (Red+Green+Blue) = 218+196+21=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC415 is #253BEA. Grayscale: #B7B7B7. Windows color (decimal): -2440171 or 1426650. OLE color: 1426650.
HSL color Cylindrical-coordinate representation of color #DAC415: hue angle of 53.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC415 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.15 |
| HSL | 53.3º | 0.82% | 0.47% | - |
| HSV(B) | 53.3º | 0.9% | 0.85% | - |
| XYZ | 48.79 | 54.44 | 8.65 | - |
| YUV | 182.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 21 | 0 | 0.10 | 0.90 | 0.15 | 53.3 | 0.82 | 0.47 |
| Hex | DA | C4 | 15 | 0 | A | 5A | F | 35 | 52 | 2F |
| Octal | 332 | 304 | 25 | 0 | 12 | 132 | 17 | 65 | 122 | 57 |
| Binary | 11011010 | 11000100 | 10101 | 0 | 1010 | 1011010 | 1111 | 110101 | 1010010 | 101111 |
Color Harmonies of #DAC415
Complementary color
Monochromatic Colors of #DAC415
Black with #DAC415
Text Example
Text Example
White with #DAC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC415; }
p { color: rgb(218,196,21); }
H1.HeaderClassName
{
color: #DAC415;
}
.AnyTagClassName
{
color: #DAC415;
}
</style>
background-color css
<style>
a { background-color: #DAC415; }
a { background-color: rgb(218,196,21); }
div.DivClassName
{
background-color: #DAC415;
}
.BgClassName
{
background-color: #DAC415;
}
</style>
border-color css
<style>
span { border-color: #DAC415; }
span { border-color: rgb(218,196,21); }
td.TdClassName
{
border-color: #DAC415;
}
.TagClassName
{
border-color: #DAC415;
}
</style>