Shades of Sunflower #DFC20E
Tints of Sunflower #DFC20E
RGB
CMYK
RGB Variations
Color information
#DFC20E (or 0xDFC20E) is known color: Sunflower. HEX triplet: DF, C2 and 0E. RGB value is (223,194,14). Sum of RGB (Red+Green+Blue) = 223+194+14=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20E is #203DF1. Grayscale: #B6B6B6. Windows color (decimal): -2113010 or 967391. OLE color: 967391.
HSL color Cylindrical-coordinate representation of color #DFC20E: hue angle of 51.67º 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 #DFC20E is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 14 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.13 |
| HSL | 51.67º | 0.88% | 0.46% | - |
| HSV(B) | 51.67º | 0.94% | 0.87% | - |
| XYZ | 49.8 | 54.3 | 8.27 | - |
| YUV | 182.15 | 33.11 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 14 | 0 | 0.13 | 0.94 | 0.13 | 51.67 | 0.88 | 0.46 |
| Hex | DF | C2 | E | 0 | D | 5E | D | 34 | 58 | 2E |
| Octal | 337 | 302 | 16 | 0 | 15 | 136 | 15 | 64 | 130 | 56 |
| Binary | 11011111 | 11000010 | 1110 | 0 | 1101 | 1011110 | 1101 | 110100 | 1011000 | 101110 |
Color Harmonies of #DFC20E
Complementary color
Monochromatic Colors of #DFC20E
Black with #DFC20E
Text Example
Text Example
White with #DFC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC20E; }
p { color: rgb(223,194,14); }
H1.HeaderClassName
{
color: #DFC20E;
}
.AnyTagClassName
{
color: #DFC20E;
}
</style>
background-color css
<style>
a { background-color: #DFC20E; }
a { background-color: rgb(223,194,14); }
div.DivClassName
{
background-color: #DFC20E;
}
.BgClassName
{
background-color: #DFC20E;
}
</style>
border-color css
<style>
span { border-color: #DFC20E; }
span { border-color: rgb(223,194,14); }
td.TdClassName
{
border-color: #DFC20E;
}
.TagClassName
{
border-color: #DFC20E;
}
</style>