Shades of Sunflower #DFC815
Tints of Sunflower #DFC815
RGB
CMYK
RGB Variations
Color information
#DFC815 (or 0xDFC815) is known color: Sunflower. HEX triplet: DF, C8 and 15. RGB value is (223,200,21). Sum of RGB (Red+Green+Blue) = 223+200+21=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 21 (8.59% from 255 or 4.73% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC815 is #2037EA. Grayscale: #BBBBBB. Windows color (decimal): -2111467 or 1427679. OLE color: 1427679.
HSL color Cylindrical-coordinate representation of color #DFC815: hue angle of 53.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC815 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.13 |
| HSL | 53.17º | 0.83% | 0.48% | - |
| HSV(B) | 53.17º | 0.91% | 0.87% | - |
| XYZ | 51.22 | 57.05 | 9.02 | - |
| YUV | 186.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 21 | 0 | 0.10 | 0.91 | 0.13 | 53.17 | 0.83 | 0.48 |
| Hex | DF | C8 | 15 | 0 | A | 5B | D | 35 | 53 | 30 |
| Octal | 337 | 310 | 25 | 0 | 12 | 133 | 15 | 65 | 123 | 60 |
| Binary | 11011111 | 11001000 | 10101 | 0 | 1010 | 1011011 | 1101 | 110101 | 1010011 | 110000 |
Color Harmonies of #DFC815
Complementary color
Monochromatic Colors of #DFC815
Black with #DFC815
Text Example
Text Example
White with #DFC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC815; }
p { color: rgb(223,200,21); }
H1.HeaderClassName
{
color: #DFC815;
}
.AnyTagClassName
{
color: #DFC815;
}
</style>
background-color css
<style>
a { background-color: #DFC815; }
a { background-color: rgb(223,200,21); }
div.DivClassName
{
background-color: #DFC815;
}
.BgClassName
{
background-color: #DFC815;
}
</style>
border-color css
<style>
span { border-color: #DFC815; }
span { border-color: rgb(223,200,21); }
td.TdClassName
{
border-color: #DFC815;
}
.TagClassName
{
border-color: #DFC815;
}
</style>