Shades of Sunflower #DFB313
Tints of Sunflower #DFB313
RGB
CMYK
RGB Variations
Color information
#DFB313 (or 0xDFB313) is known color: Sunflower. HEX triplet: DF, B3 and 13. RGB value is (223,179,19). Sum of RGB (Red+Green+Blue) = 223+179+19=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB313 is #204CEC. Grayscale: #AEAEAE. Windows color (decimal): -2116845 or 1291231. OLE color: 1291231.
HSL color Cylindrical-coordinate representation of color #DFB313: hue angle of 47.06º 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 #DFB313 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 19 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.13 |
| HSL | 47.06º | 0.84% | 0.47% | - |
| HSV(B) | 47.06º | 0.91% | 0.87% | - |
| XYZ | 46.67 | 47.98 | 7.42 | - |
| YUV | 173.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 19 | 0 | 0.20 | 0.91 | 0.13 | 47.06 | 0.84 | 0.47 |
| Hex | DF | B3 | 13 | 0 | 14 | 5B | D | 2F | 54 | 2F |
| Octal | 337 | 263 | 23 | 0 | 24 | 133 | 15 | 57 | 124 | 57 |
| Binary | 11011111 | 10110011 | 10011 | 0 | 10100 | 1011011 | 1101 | 101111 | 1010100 | 101111 |
Color Harmonies of #DFB313
Complementary color
Monochromatic Colors of #DFB313
Black with #DFB313
Text Example
Text Example
White with #DFB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB313; }
p { color: rgb(223,179,19); }
H1.HeaderClassName
{
color: #DFB313;
}
.AnyTagClassName
{
color: #DFB313;
}
</style>
background-color css
<style>
a { background-color: #DFB313; }
a { background-color: rgb(223,179,19); }
div.DivClassName
{
background-color: #DFB313;
}
.BgClassName
{
background-color: #DFB313;
}
</style>
border-color css
<style>
span { border-color: #DFB313; }
span { border-color: rgb(223,179,19); }
td.TdClassName
{
border-color: #DFB313;
}
.TagClassName
{
border-color: #DFB313;
}
</style>