Shades of Sunflower #DFC014
Tints of Sunflower #DFC014
RGB
CMYK
RGB Variations
Color information
#DFC014 (or 0xDFC014) is known color: Sunflower. HEX triplet: DF, C0 and 14. RGB value is (223,192,20). Sum of RGB (Red+Green+Blue) = 223+192+20=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC014 is #203FEB. Grayscale: #B6B6B6. Windows color (decimal): -2113516 or 1360095. OLE color: 1360095.
HSL color Cylindrical-coordinate representation of color #DFC014: hue angle of 50.84º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC014 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 20 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.13 |
| HSL | 50.84º | 0.84% | 0.48% | - |
| HSV(B) | 50.84º | 0.91% | 0.87% | - |
| XYZ | 49.41 | 53.44 | 8.37 | - |
| YUV | 181.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 20 | 0 | 0.14 | 0.91 | 0.13 | 50.84 | 0.84 | 0.48 |
| Hex | DF | C0 | 14 | 0 | E | 5B | D | 33 | 54 | 30 |
| Octal | 337 | 300 | 24 | 0 | 16 | 133 | 15 | 63 | 124 | 60 |
| Binary | 11011111 | 11000000 | 10100 | 0 | 1110 | 1011011 | 1101 | 110011 | 1010100 | 110000 |
Color Harmonies of #DFC014
Complementary color
Monochromatic Colors of #DFC014
Black with #DFC014
Text Example
Text Example
White with #DFC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC014; }
p { color: rgb(223,192,20); }
H1.HeaderClassName
{
color: #DFC014;
}
.AnyTagClassName
{
color: #DFC014;
}
</style>
background-color css
<style>
a { background-color: #DFC014; }
a { background-color: rgb(223,192,20); }
div.DivClassName
{
background-color: #DFC014;
}
.BgClassName
{
background-color: #DFC014;
}
</style>
border-color css
<style>
span { border-color: #DFC014; }
span { border-color: rgb(223,192,20); }
td.TdClassName
{
border-color: #DFC014;
}
.TagClassName
{
border-color: #DFC014;
}
</style>