Shades of Sunflower #DFBE0E
Tints of Sunflower #DFBE0E
RGB
CMYK
RGB Variations
Color information
#DFBE0E (or 0xDFBE0E) is known color: Sunflower. HEX triplet: DF, BE and 0E. RGB value is (223,190,14). Sum of RGB (Red+Green+Blue) = 223+190+14=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE0E is #2041F1. Grayscale: #B4B4B4. Windows color (decimal): -2114034 or 966367. OLE color: 966367.
HSL color Cylindrical-coordinate representation of color #DFBE0E: hue angle of 50.53º 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 #DFBE0E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 14 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.13 |
| HSL | 50.53º | 0.88% | 0.46% | - |
| HSV(B) | 50.53º | 0.94% | 0.87% | - |
| XYZ | 48.92 | 52.55 | 7.98 | - |
| YUV | 179.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 14 | 0 | 0.15 | 0.94 | 0.13 | 50.53 | 0.88 | 0.46 |
| Hex | DF | BE | E | 0 | F | 5E | D | 33 | 58 | 2E |
| Octal | 337 | 276 | 16 | 0 | 17 | 136 | 15 | 63 | 130 | 56 |
| Binary | 11011111 | 10111110 | 1110 | 0 | 1111 | 1011110 | 1101 | 110011 | 1011000 | 101110 |
Color Harmonies of #DFBE0E
Complementary color
Monochromatic Colors of #DFBE0E
Black with #DFBE0E
Text Example
Text Example
White with #DFBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE0E; }
p { color: rgb(223,190,14); }
H1.HeaderClassName
{
color: #DFBE0E;
}
.AnyTagClassName
{
color: #DFBE0E;
}
</style>
background-color css
<style>
a { background-color: #DFBE0E; }
a { background-color: rgb(223,190,14); }
div.DivClassName
{
background-color: #DFBE0E;
}
.BgClassName
{
background-color: #DFBE0E;
}
</style>
border-color css
<style>
span { border-color: #DFBE0E; }
span { border-color: rgb(223,190,14); }
td.TdClassName
{
border-color: #DFBE0E;
}
.TagClassName
{
border-color: #DFBE0E;
}
</style>