Shades of Sunflower #DFC00E
Tints of Sunflower #DFC00E
RGB
CMYK
RGB Variations
Color information
#DFC00E (or 0xDFC00E) is known color: Sunflower. HEX triplet: DF, C0 and 0E. RGB value is (223,192,14). Sum of RGB (Red+Green+Blue) = 223+192+14=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC00E is #203FF1. Grayscale: #B5B5B5. Windows color (decimal): -2113522 or 966879. OLE color: 966879.
HSL color Cylindrical-coordinate representation of color #DFC00E: hue angle of 51.1º 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 #DFC00E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.13 |
| HSL | 51.1º | 0.88% | 0.46% | - |
| HSV(B) | 51.1º | 0.94% | 0.87% | - |
| XYZ | 49.36 | 53.42 | 8.12 | - |
| YUV | 180.98 | 33.77 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 14 | 0 | 0.14 | 0.94 | 0.13 | 51.1 | 0.88 | 0.46 |
| Hex | DF | C0 | E | 0 | E | 5E | D | 33 | 58 | 2E |
| Octal | 337 | 300 | 16 | 0 | 16 | 136 | 15 | 63 | 130 | 56 |
| Binary | 11011111 | 11000000 | 1110 | 0 | 1110 | 1011110 | 1101 | 110011 | 1011000 | 101110 |
Color Harmonies of #DFC00E
Complementary color
Monochromatic Colors of #DFC00E
Black with #DFC00E
Text Example
Text Example
White with #DFC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC00E; }
p { color: rgb(223,192,14); }
H1.HeaderClassName
{
color: #DFC00E;
}
.AnyTagClassName
{
color: #DFC00E;
}
</style>
background-color css
<style>
a { background-color: #DFC00E; }
a { background-color: rgb(223,192,14); }
div.DivClassName
{
background-color: #DFC00E;
}
.BgClassName
{
background-color: #DFC00E;
}
</style>
border-color css
<style>
span { border-color: #DFC00E; }
span { border-color: rgb(223,192,14); }
td.TdClassName
{
border-color: #DFC00E;
}
.TagClassName
{
border-color: #DFC00E;
}
</style>