Shades of Sunflower #DFBC0E
Tints of Sunflower #DFBC0E
RGB
CMYK
RGB Variations
Color information
#DFBC0E (or 0xDFBC0E) is known color: Sunflower. HEX triplet: DF, BC and 0E. RGB value is (223,188,14). Sum of RGB (Red+Green+Blue) = 223+188+14=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBC0E is #2043F1. Grayscale: #B3B3B3. Windows color (decimal): -2114546 or 965855. OLE color: 965855.
HSL color Cylindrical-coordinate representation of color #DFBC0E: hue angle of 49.95º 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 #DFBC0E is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 14 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.13 |
| HSL | 49.95º | 0.88% | 0.46% | - |
| HSV(B) | 49.95º | 0.94% | 0.87% | - |
| XYZ | 48.49 | 51.69 | 7.84 | - |
| YUV | 178.63 | 35.1 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 14 | 0 | 0.16 | 0.94 | 0.13 | 49.95 | 0.88 | 0.46 |
| Hex | DF | BC | E | 0 | 10 | 5E | D | 32 | 58 | 2E |
| Octal | 337 | 274 | 16 | 0 | 20 | 136 | 15 | 62 | 130 | 56 |
| Binary | 11011111 | 10111100 | 1110 | 0 | 10000 | 1011110 | 1101 | 110010 | 1011000 | 101110 |
Color Harmonies of #DFBC0E
Complementary color
Monochromatic Colors of #DFBC0E
Black with #DFBC0E
Text Example
Text Example
White with #DFBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC0E; }
p { color: rgb(223,188,14); }
H1.HeaderClassName
{
color: #DFBC0E;
}
.AnyTagClassName
{
color: #DFBC0E;
}
</style>
background-color css
<style>
a { background-color: #DFBC0E; }
a { background-color: rgb(223,188,14); }
div.DivClassName
{
background-color: #DFBC0E;
}
.BgClassName
{
background-color: #DFBC0E;
}
</style>
border-color css
<style>
span { border-color: #DFBC0E; }
span { border-color: rgb(223,188,14); }
td.TdClassName
{
border-color: #DFBC0E;
}
.TagClassName
{
border-color: #DFBC0E;
}
</style>