Shades of Sunflower #DFC113
Tints of Sunflower #DFC113
RGB
CMYK
RGB Variations
Color information
#DFC113 (or 0xDFC113) is known color: Sunflower. HEX triplet: DF, C1 and 13. RGB value is (223,193,19). Sum of RGB (Red+Green+Blue) = 223+193+19=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC113 is #203EEC. Grayscale: #B6B6B6. Windows color (decimal): -2113261 or 1294815. OLE color: 1294815.
HSL color Cylindrical-coordinate representation of color #DFC113: hue angle of 51.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC113 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 19 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.13 |
| HSL | 51.18º | 0.84% | 0.47% | - |
| HSV(B) | 51.18º | 0.91% | 0.87% | - |
| XYZ | 49.62 | 53.87 | 8.4 | - |
| YUV | 182.13 | 35.94 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 19 | 0 | 0.13 | 0.91 | 0.13 | 51.18 | 0.84 | 0.47 |
| Hex | DF | C1 | 13 | 0 | D | 5B | D | 33 | 54 | 2F |
| Octal | 337 | 301 | 23 | 0 | 15 | 133 | 15 | 63 | 124 | 57 |
| Binary | 11011111 | 11000001 | 10011 | 0 | 1101 | 1011011 | 1101 | 110011 | 1010100 | 101111 |
Color Harmonies of #DFC113
Complementary color
Monochromatic Colors of #DFC113
Black with #DFC113
Text Example
Text Example
White with #DFC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC113; }
p { color: rgb(223,193,19); }
H1.HeaderClassName
{
color: #DFC113;
}
.AnyTagClassName
{
color: #DFC113;
}
</style>
background-color css
<style>
a { background-color: #DFC113; }
a { background-color: rgb(223,193,19); }
div.DivClassName
{
background-color: #DFC113;
}
.BgClassName
{
background-color: #DFC113;
}
</style>
border-color css
<style>
span { border-color: #DFC113; }
span { border-color: rgb(223,193,19); }
td.TdClassName
{
border-color: #DFC113;
}
.TagClassName
{
border-color: #DFC113;
}
</style>