Shades of Sunflower #DFC513
Tints of Sunflower #DFC513
RGB
CMYK
RGB Variations
Color information
#DFC513 (or 0xDFC513) is known color: Sunflower. HEX triplet: DF, C5 and 13. RGB value is (223,197,19). Sum of RGB (Red+Green+Blue) = 223+197+19=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC513 is #203AEC. Grayscale: #B9B9B9. Windows color (decimal): -2112237 or 1295839. OLE color: 1295839.
HSL color Cylindrical-coordinate representation of color #DFC513: hue angle of 52.35º 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 #DFC513 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.13 |
| HSL | 52.35º | 0.84% | 0.47% | - |
| HSV(B) | 52.35º | 0.91% | 0.87% | - |
| XYZ | 50.52 | 55.67 | 8.7 | - |
| YUV | 184.48 | 34.61 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 19 | 0 | 0.12 | 0.91 | 0.13 | 52.35 | 0.84 | 0.47 |
| Hex | DF | C5 | 13 | 0 | C | 5B | D | 34 | 54 | 2F |
| Octal | 337 | 305 | 23 | 0 | 14 | 133 | 15 | 64 | 124 | 57 |
| Binary | 11011111 | 11000101 | 10011 | 0 | 1100 | 1011011 | 1101 | 110100 | 1010100 | 101111 |
Color Harmonies of #DFC513
Complementary color
Monochromatic Colors of #DFC513
Black with #DFC513
Text Example
Text Example
White with #DFC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC513; }
p { color: rgb(223,197,19); }
H1.HeaderClassName
{
color: #DFC513;
}
.AnyTagClassName
{
color: #DFC513;
}
</style>
background-color css
<style>
a { background-color: #DFC513; }
a { background-color: rgb(223,197,19); }
div.DivClassName
{
background-color: #DFC513;
}
.BgClassName
{
background-color: #DFC513;
}
</style>
border-color css
<style>
span { border-color: #DFC513; }
span { border-color: rgb(223,197,19); }
td.TdClassName
{
border-color: #DFC513;
}
.TagClassName
{
border-color: #DFC513;
}
</style>