Shades of Sunflower #DFBE0A
Tints of Sunflower #DFBE0A
RGB
CMYK
RGB Variations
Color information
#DFBE0A (or 0xDFBE0A) is known color: Sunflower. HEX triplet: DF, BE and 0A. RGB value is (223,190,10). Sum of RGB (Red+Green+Blue) = 223+190+10=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE0A is #2041F5. Grayscale: #B4B4B4. Windows color (decimal): -2114038 or 704223. OLE color: 704223.
HSL color Cylindrical-coordinate representation of color #DFBE0A: hue angle of 50.7º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBE0A is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 10 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.13 |
| HSL | 50.7º | 0.91% | 0.46% | - |
| HSV(B) | 50.7º | 0.96% | 0.87% | - |
| XYZ | 48.9 | 52.54 | 7.85 | - |
| YUV | 179.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 10 | 0 | 0.15 | 0.96 | 0.13 | 50.7 | 0.91 | 0.46 |
| Hex | DF | BE | A | 0 | F | 60 | D | 33 | 5B | 2E |
| Octal | 337 | 276 | 12 | 0 | 17 | 140 | 15 | 63 | 133 | 56 |
| Binary | 11011111 | 10111110 | 1010 | 0 | 1111 | 1100000 | 1101 | 110011 | 1011011 | 101110 |
Color Harmonies of #DFBE0A
Complementary color
Monochromatic Colors of #DFBE0A
Black with #DFBE0A
Text Example
Text Example
White with #DFBE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE0A; }
p { color: rgb(223,190,10); }
H1.HeaderClassName
{
color: #DFBE0A;
}
.AnyTagClassName
{
color: #DFBE0A;
}
</style>
background-color css
<style>
a { background-color: #DFBE0A; }
a { background-color: rgb(223,190,10); }
div.DivClassName
{
background-color: #DFBE0A;
}
.BgClassName
{
background-color: #DFBE0A;
}
</style>
border-color css
<style>
span { border-color: #DFBE0A; }
span { border-color: rgb(223,190,10); }
td.TdClassName
{
border-color: #DFBE0A;
}
.TagClassName
{
border-color: #DFBE0A;
}
</style>