Shades of Sunflower #DFB311
Tints of Sunflower #DFB311
RGB
CMYK
RGB Variations
Color information
#DFB311 (or 0xDFB311) is known color: Sunflower. HEX triplet: DF, B3 and 11. RGB value is (223,179,17). Sum of RGB (Red+Green+Blue) = 223+179+17=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB311 is #204CEE. Grayscale: #AEAEAE. Windows color (decimal): -2116847 or 1160159. OLE color: 1160159.
HSL color Cylindrical-coordinate representation of color #DFB311: hue angle of 47.18º 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 #DFB311 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 17 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.13 |
| HSL | 47.18º | 0.86% | 0.47% | - |
| HSV(B) | 47.18º | 0.92% | 0.87% | - |
| XYZ | 46.65 | 47.97 | 7.33 | - |
| YUV | 173.69 | 39.58 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 17 | 0 | 0.20 | 0.92 | 0.13 | 47.18 | 0.86 | 0.47 |
| Hex | DF | B3 | 11 | 0 | 14 | 5C | D | 2F | 56 | 2F |
| Octal | 337 | 263 | 21 | 0 | 24 | 134 | 15 | 57 | 126 | 57 |
| Binary | 11011111 | 10110011 | 10001 | 0 | 10100 | 1011100 | 1101 | 101111 | 1010110 | 101111 |
Color Harmonies of #DFB311
Complementary color
Monochromatic Colors of #DFB311
Black with #DFB311
Text Example
Text Example
White with #DFB311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB311; }
p { color: rgb(223,179,17); }
H1.HeaderClassName
{
color: #DFB311;
}
.AnyTagClassName
{
color: #DFB311;
}
</style>
background-color css
<style>
a { background-color: #DFB311; }
a { background-color: rgb(223,179,17); }
div.DivClassName
{
background-color: #DFB311;
}
.BgClassName
{
background-color: #DFB311;
}
</style>
border-color css
<style>
span { border-color: #DFB311; }
span { border-color: rgb(223,179,17); }
td.TdClassName
{
border-color: #DFB311;
}
.TagClassName
{
border-color: #DFB311;
}
</style>