Shades of Sunflower #DFC613
Tints of Sunflower #DFC613
RGB
CMYK
RGB Variations
Color information
#DFC613 (or 0xDFC613) is known color: Sunflower. HEX triplet: DF, C6 and 13. RGB value is (223,198,19). Sum of RGB (Red+Green+Blue) = 223+198+19=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC613 is #2039EC. Grayscale: #B9B9B9. Windows color (decimal): -2111981 or 1296095. OLE color: 1296095.
HSL color Cylindrical-coordinate representation of color #DFC613: hue angle of 52.65º 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 #DFC613 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.13 |
| HSL | 52.65º | 0.84% | 0.47% | - |
| HSV(B) | 52.65º | 0.91% | 0.87% | - |
| XYZ | 50.74 | 56.12 | 8.77 | - |
| YUV | 185.07 | 34.28 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 19 | 0 | 0.11 | 0.91 | 0.13 | 52.65 | 0.84 | 0.47 |
| Hex | DF | C6 | 13 | 0 | B | 5B | D | 35 | 54 | 2F |
| Octal | 337 | 306 | 23 | 0 | 13 | 133 | 15 | 65 | 124 | 57 |
| Binary | 11011111 | 11000110 | 10011 | 0 | 1011 | 1011011 | 1101 | 110101 | 1010100 | 101111 |
Color Harmonies of #DFC613
Complementary color
Monochromatic Colors of #DFC613
Black with #DFC613
Text Example
Text Example
White with #DFC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC613; }
p { color: rgb(223,198,19); }
H1.HeaderClassName
{
color: #DFC613;
}
.AnyTagClassName
{
color: #DFC613;
}
</style>
background-color css
<style>
a { background-color: #DFC613; }
a { background-color: rgb(223,198,19); }
div.DivClassName
{
background-color: #DFC613;
}
.BgClassName
{
background-color: #DFC613;
}
</style>
border-color css
<style>
span { border-color: #DFC613; }
span { border-color: rgb(223,198,19); }
td.TdClassName
{
border-color: #DFC613;
}
.TagClassName
{
border-color: #DFC613;
}
</style>