Shades of Sunflower #DAC315
Tints of Sunflower #DAC315
RGB
CMYK
RGB Variations
Color information
#DAC315 (or 0xDAC315) is known color: Sunflower. HEX triplet: DA, C3 and 15. RGB value is (218,195,21). Sum of RGB (Red+Green+Blue) = 218+195+21=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC315 is #253CEA. Grayscale: #B6B6B6. Windows color (decimal): -2440427 or 1426394. OLE color: 1426394.
HSL color Cylindrical-coordinate representation of color #DAC315: hue angle of 52.99º 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 #DAC315 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 21 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.15 |
| HSL | 52.99º | 0.82% | 0.47% | - |
| HSV(B) | 52.99º | 0.9% | 0.85% | - |
| XYZ | 48.56 | 53.99 | 8.57 | - |
| YUV | 182.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 21 | 0 | 0.11 | 0.90 | 0.15 | 52.99 | 0.82 | 0.47 |
| Hex | DA | C3 | 15 | 0 | B | 5A | F | 35 | 52 | 2F |
| Octal | 332 | 303 | 25 | 0 | 13 | 132 | 17 | 65 | 122 | 57 |
| Binary | 11011010 | 11000011 | 10101 | 0 | 1011 | 1011010 | 1111 | 110101 | 1010010 | 101111 |
Color Harmonies of #DAC315
Complementary color
Monochromatic Colors of #DAC315
Black with #DAC315
Text Example
Text Example
White with #DAC315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC315; }
p { color: rgb(218,195,21); }
H1.HeaderClassName
{
color: #DAC315;
}
.AnyTagClassName
{
color: #DAC315;
}
</style>
background-color css
<style>
a { background-color: #DAC315; }
a { background-color: rgb(218,195,21); }
div.DivClassName
{
background-color: #DAC315;
}
.BgClassName
{
background-color: #DAC315;
}
</style>
border-color css
<style>
span { border-color: #DAC315; }
span { border-color: rgb(218,195,21); }
td.TdClassName
{
border-color: #DAC315;
}
.TagClassName
{
border-color: #DAC315;
}
</style>