Shades of Sunflower #DFC50E
Tints of Sunflower #DFC50E
RGB
CMYK
RGB Variations
Color information
#DFC50E (or 0xDFC50E) is known color: Sunflower. HEX triplet: DF, C5 and 0E. RGB value is (223,197,14). Sum of RGB (Red+Green+Blue) = 223+197+14=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC50E is #203AF1. Grayscale: #B8B8B8. Windows color (decimal): -2112242 or 968159. OLE color: 968159.
HSL color Cylindrical-coordinate representation of color #DFC50E: hue angle of 52.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFC50E is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 14 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.13 |
| HSL | 52.54º | 0.88% | 0.46% | - |
| HSV(B) | 52.54º | 0.94% | 0.87% | - |
| XYZ | 50.48 | 55.65 | 8.5 | - |
| YUV | 183.91 | 32.11 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 14 | 0 | 0.12 | 0.94 | 0.13 | 52.54 | 0.88 | 0.46 |
| Hex | DF | C5 | E | 0 | C | 5E | D | 35 | 58 | 2E |
| Octal | 337 | 305 | 16 | 0 | 14 | 136 | 15 | 65 | 130 | 56 |
| Binary | 11011111 | 11000101 | 1110 | 0 | 1100 | 1011110 | 1101 | 110101 | 1011000 | 101110 |
Color Harmonies of #DFC50E
Complementary color
Monochromatic Colors of #DFC50E
Black with #DFC50E
Text Example
Text Example
White with #DFC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC50E; }
p { color: rgb(223,197,14); }
H1.HeaderClassName
{
color: #DFC50E;
}
.AnyTagClassName
{
color: #DFC50E;
}
</style>
background-color css
<style>
a { background-color: #DFC50E; }
a { background-color: rgb(223,197,14); }
div.DivClassName
{
background-color: #DFC50E;
}
.BgClassName
{
background-color: #DFC50E;
}
</style>
border-color css
<style>
span { border-color: #DFC50E; }
span { border-color: rgb(223,197,14); }
td.TdClassName
{
border-color: #DFC50E;
}
.TagClassName
{
border-color: #DFC50E;
}
</style>