Shades of Sunflower #DFC114
Tints of Sunflower #DFC114
RGB
CMYK
RGB Variations
Color information
#DFC114 (or 0xDFC114) is known color: Sunflower. HEX triplet: DF, C1 and 14. RGB value is (223,193,20). Sum of RGB (Red+Green+Blue) = 223+193+20=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC114 is #203EEB. Grayscale: #B6B6B6. Windows color (decimal): -2113260 or 1360351. OLE color: 1360351.
HSL color Cylindrical-coordinate representation of color #DFC114: hue angle of 51.13º 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 #DFC114 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.13 |
| HSL | 51.13º | 0.84% | 0.48% | - |
| HSV(B) | 51.13º | 0.91% | 0.87% | - |
| XYZ | 49.63 | 53.88 | 8.45 | - |
| YUV | 182.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 20 | 0 | 0.13 | 0.91 | 0.13 | 51.13 | 0.84 | 0.48 |
| Hex | DF | C1 | 14 | 0 | D | 5B | D | 33 | 54 | 30 |
| Octal | 337 | 301 | 24 | 0 | 15 | 133 | 15 | 63 | 124 | 60 |
| Binary | 11011111 | 11000001 | 10100 | 0 | 1101 | 1011011 | 1101 | 110011 | 1010100 | 110000 |
Color Harmonies of #DFC114
Complementary color
Monochromatic Colors of #DFC114
Black with #DFC114
Text Example
Text Example
White with #DFC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC114; }
p { color: rgb(223,193,20); }
H1.HeaderClassName
{
color: #DFC114;
}
.AnyTagClassName
{
color: #DFC114;
}
</style>
background-color css
<style>
a { background-color: #DFC114; }
a { background-color: rgb(223,193,20); }
div.DivClassName
{
background-color: #DFC114;
}
.BgClassName
{
background-color: #DFC114;
}
</style>
border-color css
<style>
span { border-color: #DFC114; }
span { border-color: rgb(223,193,20); }
td.TdClassName
{
border-color: #DFC114;
}
.TagClassName
{
border-color: #DFC114;
}
</style>