Shades of Sunflower #DFC515
Tints of Sunflower #DFC515
RGB
CMYK
RGB Variations
Color information
#DFC515 (or 0xDFC515) is known color: Sunflower. HEX triplet: DF, C5 and 15. RGB value is (223,197,21). Sum of RGB (Red+Green+Blue) = 223+197+21=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC515 is #203AEA. Grayscale: #B9B9B9. Windows color (decimal): -2112235 or 1426911. OLE color: 1426911.
HSL color Cylindrical-coordinate representation of color #DFC515: hue angle of 52.28º 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 #DFC515 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.13 |
| HSL | 52.28º | 0.83% | 0.48% | - |
| HSV(B) | 52.28º | 0.91% | 0.87% | - |
| XYZ | 50.53 | 55.67 | 8.79 | - |
| YUV | 184.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 21 | 0 | 0.12 | 0.91 | 0.13 | 52.28 | 0.83 | 0.48 |
| Hex | DF | C5 | 15 | 0 | C | 5B | D | 34 | 53 | 30 |
| Octal | 337 | 305 | 25 | 0 | 14 | 133 | 15 | 64 | 123 | 60 |
| Binary | 11011111 | 11000101 | 10101 | 0 | 1100 | 1011011 | 1101 | 110100 | 1010011 | 110000 |
Color Harmonies of #DFC515
Complementary color
Monochromatic Colors of #DFC515
Black with #DFC515
Text Example
Text Example
White with #DFC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC515; }
p { color: rgb(223,197,21); }
H1.HeaderClassName
{
color: #DFC515;
}
.AnyTagClassName
{
color: #DFC515;
}
</style>
background-color css
<style>
a { background-color: #DFC515; }
a { background-color: rgb(223,197,21); }
div.DivClassName
{
background-color: #DFC515;
}
.BgClassName
{
background-color: #DFC515;
}
</style>
border-color css
<style>
span { border-color: #DFC515; }
span { border-color: rgb(223,197,21); }
td.TdClassName
{
border-color: #DFC515;
}
.TagClassName
{
border-color: #DFC515;
}
</style>