Shades of Sunflower #DFCF0E
Tints of Sunflower #DFCF0E
RGB
CMYK
RGB Variations
Color information
#DFCF0E (or 0xDFCF0E) is known color: Sunflower. HEX triplet: DF, CF and 0E. RGB value is (223,207,14). Sum of RGB (Red+Green+Blue) = 223+207+14=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF0E is #2030F1. Grayscale: #BEBEBE. Windows color (decimal): -2109682 or 970719. OLE color: 970719.
HSL color Cylindrical-coordinate representation of color #DFCF0E: hue angle of 55.41º 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 #DFCF0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 14 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.13 |
| HSL | 55.41º | 0.88% | 0.46% | - |
| HSV(B) | 55.41º | 0.94% | 0.87% | - |
| XYZ | 52.82 | 60.35 | 9.28 | - |
| YUV | 189.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 14 | 0 | 0.07 | 0.94 | 0.13 | 55.41 | 0.88 | 0.46 |
| Hex | DF | CF | E | 0 | 7 | 5E | D | 37 | 58 | 2E |
| Octal | 337 | 317 | 16 | 0 | 7 | 136 | 15 | 67 | 130 | 56 |
| Binary | 11011111 | 11001111 | 1110 | 0 | 111 | 1011110 | 1101 | 110111 | 1011000 | 101110 |
Color Harmonies of #DFCF0E
Complementary color
Monochromatic Colors of #DFCF0E
Black with #DFCF0E
Text Example
Text Example
White with #DFCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF0E; }
p { color: rgb(223,207,14); }
H1.HeaderClassName
{
color: #DFCF0E;
}
.AnyTagClassName
{
color: #DFCF0E;
}
</style>
background-color css
<style>
a { background-color: #DFCF0E; }
a { background-color: rgb(223,207,14); }
div.DivClassName
{
background-color: #DFCF0E;
}
.BgClassName
{
background-color: #DFCF0E;
}
</style>
border-color css
<style>
span { border-color: #DFCF0E; }
span { border-color: rgb(223,207,14); }
td.TdClassName
{
border-color: #DFCF0E;
}
.TagClassName
{
border-color: #DFCF0E;
}
</style>