Shades of Sunflower #DFC311
Tints of Sunflower #DFC311
RGB
CMYK
RGB Variations
Color information
#DFC311 (or 0xDFC311) is known color: Sunflower. HEX triplet: DF, C3 and 11. RGB value is (223,195,17). Sum of RGB (Red+Green+Blue) = 223+195+17=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC311 is #203CEE. Grayscale: #B7B7B7. Windows color (decimal): -2112751 or 1164255. OLE color: 1164255.
HSL color Cylindrical-coordinate representation of color #DFC311: hue angle of 51.84º 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 #DFC311 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.13 |
| HSL | 51.84º | 0.86% | 0.47% | - |
| HSV(B) | 51.84º | 0.92% | 0.87% | - |
| XYZ | 50.05 | 54.76 | 8.46 | - |
| YUV | 183.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 17 | 0 | 0.13 | 0.92 | 0.13 | 51.84 | 0.86 | 0.47 |
| Hex | DF | C3 | 11 | 0 | D | 5C | D | 34 | 56 | 2F |
| Octal | 337 | 303 | 21 | 0 | 15 | 134 | 15 | 64 | 126 | 57 |
| Binary | 11011111 | 11000011 | 10001 | 0 | 1101 | 1011100 | 1101 | 110100 | 1010110 | 101111 |
Color Harmonies of #DFC311
Complementary color
Monochromatic Colors of #DFC311
Black with #DFC311
Text Example
Text Example
White with #DFC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC311; }
p { color: rgb(223,195,17); }
H1.HeaderClassName
{
color: #DFC311;
}
.AnyTagClassName
{
color: #DFC311;
}
</style>
background-color css
<style>
a { background-color: #DFC311; }
a { background-color: rgb(223,195,17); }
div.DivClassName
{
background-color: #DFC311;
}
.BgClassName
{
background-color: #DFC311;
}
</style>
border-color css
<style>
span { border-color: #DFC311; }
span { border-color: rgb(223,195,17); }
td.TdClassName
{
border-color: #DFC311;
}
.TagClassName
{
border-color: #DFC311;
}
</style>