Shades of Sunflower #DFB713
Tints of Sunflower #DFB713
RGB
CMYK
RGB Variations
Color information
#DFB713 (or 0xDFB713) is known color: Sunflower. HEX triplet: DF, B7 and 13. RGB value is (223,183,19). Sum of RGB (Red+Green+Blue) = 223+183+19=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB713 is #2048EC. Grayscale: #B0B0B0. Windows color (decimal): -2115821 or 1292255. OLE color: 1292255.
HSL color Cylindrical-coordinate representation of color #DFB713: hue angle of 48.24º 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 #DFB713 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 19 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.13 |
| HSL | 48.24º | 0.84% | 0.47% | - |
| HSV(B) | 48.24º | 0.91% | 0.87% | - |
| XYZ | 47.48 | 49.6 | 7.69 | - |
| YUV | 176.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 19 | 0 | 0.18 | 0.91 | 0.13 | 48.24 | 0.84 | 0.47 |
| Hex | DF | B7 | 13 | 0 | 12 | 5B | D | 30 | 54 | 2F |
| Octal | 337 | 267 | 23 | 0 | 22 | 133 | 15 | 60 | 124 | 57 |
| Binary | 11011111 | 10110111 | 10011 | 0 | 10010 | 1011011 | 1101 | 110000 | 1010100 | 101111 |
Color Harmonies of #DFB713
Complementary color
Monochromatic Colors of #DFB713
Black with #DFB713
Text Example
Text Example
White with #DFB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB713; }
p { color: rgb(223,183,19); }
H1.HeaderClassName
{
color: #DFB713;
}
.AnyTagClassName
{
color: #DFB713;
}
</style>
background-color css
<style>
a { background-color: #DFB713; }
a { background-color: rgb(223,183,19); }
div.DivClassName
{
background-color: #DFB713;
}
.BgClassName
{
background-color: #DFB713;
}
</style>
border-color css
<style>
span { border-color: #DFB713; }
span { border-color: rgb(223,183,19); }
td.TdClassName
{
border-color: #DFB713;
}
.TagClassName
{
border-color: #DFB713;
}
</style>