Shades of Sunflower #DFD313
Tints of Sunflower #DFD313
RGB
CMYK
RGB Variations
Color information
#DFD313 (or 0xDFD313) is known color: Sunflower. HEX triplet: DF, D3 and 13. RGB value is (223,211,19). Sum of RGB (Red+Green+Blue) = 223+211+19=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD313 is #202CEC. Grayscale: #C1C1C1. Windows color (decimal): -2108653 or 1299423. OLE color: 1299423.
HSL color Cylindrical-coordinate representation of color #DFD313: hue angle of 56.47º 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 #DFD313 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.13 |
| HSL | 56.47º | 0.84% | 0.47% | - |
| HSV(B) | 56.47º | 0.91% | 0.87% | - |
| XYZ | 53.84 | 62.32 | 9.81 | - |
| YUV | 192.7 | 29.98 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 19 | 0 | 0.05 | 0.91 | 0.13 | 56.47 | 0.84 | 0.47 |
| Hex | DF | D3 | 13 | 0 | 5 | 5B | D | 38 | 54 | 2F |
| Octal | 337 | 323 | 23 | 0 | 5 | 133 | 15 | 70 | 124 | 57 |
| Binary | 11011111 | 11010011 | 10011 | 0 | 101 | 1011011 | 1101 | 111000 | 1010100 | 101111 |
Color Harmonies of #DFD313
Complementary color
Monochromatic Colors of #DFD313
Black with #DFD313
Text Example
Text Example
White with #DFD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD313; }
p { color: rgb(223,211,19); }
H1.HeaderClassName
{
color: #DFD313;
}
.AnyTagClassName
{
color: #DFD313;
}
</style>
background-color css
<style>
a { background-color: #DFD313; }
a { background-color: rgb(223,211,19); }
div.DivClassName
{
background-color: #DFD313;
}
.BgClassName
{
background-color: #DFD313;
}
</style>
border-color css
<style>
span { border-color: #DFD313; }
span { border-color: rgb(223,211,19); }
td.TdClassName
{
border-color: #DFD313;
}
.TagClassName
{
border-color: #DFD313;
}
</style>