Shades of Sunflower #DFC911
Tints of Sunflower #DFC911
RGB
CMYK
RGB Variations
Color information
#DFC911 (or 0xDFC911) is known color: Sunflower. HEX triplet: DF, C9 and 11. RGB value is (223,201,17). Sum of RGB (Red+Green+Blue) = 223+201+17=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC911 is #2036EE. Grayscale: #BBBBBB. Windows color (decimal): -2111215 or 1165791. OLE color: 1165791.
HSL color Cylindrical-coordinate representation of color #DFC911: hue angle of 53.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFC911 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.13 |
| HSL | 53.59º | 0.86% | 0.47% | - |
| HSV(B) | 53.59º | 0.92% | 0.87% | - |
| XYZ | 51.42 | 57.5 | 8.92 | - |
| YUV | 186.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 17 | 0 | 0.10 | 0.92 | 0.13 | 53.59 | 0.86 | 0.47 |
| Hex | DF | C9 | 11 | 0 | A | 5C | D | 36 | 56 | 2F |
| Octal | 337 | 311 | 21 | 0 | 12 | 134 | 15 | 66 | 126 | 57 |
| Binary | 11011111 | 11001001 | 10001 | 0 | 1010 | 1011100 | 1101 | 110110 | 1010110 | 101111 |
Color Harmonies of #DFC911
Complementary color
Monochromatic Colors of #DFC911
Black with #DFC911
Text Example
Text Example
White with #DFC911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC911; }
p { color: rgb(223,201,17); }
H1.HeaderClassName
{
color: #DFC911;
}
.AnyTagClassName
{
color: #DFC911;
}
</style>
background-color css
<style>
a { background-color: #DFC911; }
a { background-color: rgb(223,201,17); }
div.DivClassName
{
background-color: #DFC911;
}
.BgClassName
{
background-color: #DFC911;
}
</style>
border-color css
<style>
span { border-color: #DFC911; }
span { border-color: rgb(223,201,17); }
td.TdClassName
{
border-color: #DFC911;
}
.TagClassName
{
border-color: #DFC911;
}
</style>