Shades of Sunflower #DFC915
Tints of Sunflower #DFC915
RGB
CMYK
RGB Variations
Color information
#DFC915 (or 0xDFC915) is known color: Sunflower. HEX triplet: DF, C9 and 15. RGB value is (223,201,21). Sum of RGB (Red+Green+Blue) = 223+201+21=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC915 is #2036EA. Grayscale: #BBBBBB. Windows color (decimal): -2111211 or 1427935. OLE color: 1427935.
HSL color Cylindrical-coordinate representation of color #DFC915: hue angle of 53.47º 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 #DFC915 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 21 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.13 |
| HSL | 53.47º | 0.83% | 0.48% | - |
| HSV(B) | 53.47º | 0.91% | 0.87% | - |
| XYZ | 51.45 | 57.52 | 9.1 | - |
| YUV | 187.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 21 | 0 | 0.10 | 0.91 | 0.13 | 53.47 | 0.83 | 0.48 |
| Hex | DF | C9 | 15 | 0 | A | 5B | D | 35 | 53 | 30 |
| Octal | 337 | 311 | 25 | 0 | 12 | 133 | 15 | 65 | 123 | 60 |
| Binary | 11011111 | 11001001 | 10101 | 0 | 1010 | 1011011 | 1101 | 110101 | 1010011 | 110000 |
Color Harmonies of #DFC915
Complementary color
Monochromatic Colors of #DFC915
Black with #DFC915
Text Example
Text Example
White with #DFC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC915; }
p { color: rgb(223,201,21); }
H1.HeaderClassName
{
color: #DFC915;
}
.AnyTagClassName
{
color: #DFC915;
}
</style>
background-color css
<style>
a { background-color: #DFC915; }
a { background-color: rgb(223,201,21); }
div.DivClassName
{
background-color: #DFC915;
}
.BgClassName
{
background-color: #DFC915;
}
</style>
border-color css
<style>
span { border-color: #DFC915; }
span { border-color: rgb(223,201,21); }
td.TdClassName
{
border-color: #DFC915;
}
.TagClassName
{
border-color: #DFC915;
}
</style>