Shades of Sunflower #DFBA0C
Tints of Sunflower #DFBA0C
RGB
CMYK
RGB Variations
Color information
#DFBA0C (or 0xDFBA0C) is known color: Sunflower. HEX triplet: DF, BA and 0C. RGB value is (223,186,12). Sum of RGB (Red+Green+Blue) = 223+186+12=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA0C is #2045F3. Grayscale: #B1B1B1. Windows color (decimal): -2115060 or 834271. OLE color: 834271.
HSL color Cylindrical-coordinate representation of color #DFBA0C: hue angle of 49.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFBA0C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.13 |
| HSL | 49.48º | 0.9% | 0.46% | - |
| HSV(B) | 49.48º | 0.95% | 0.87% | - |
| XYZ | 48.06 | 50.83 | 7.63 | - |
| YUV | 177.23 | 34.76 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 12 | 0 | 0.17 | 0.95 | 0.13 | 49.48 | 0.9 | 0.46 |
| Hex | DF | BA | C | 0 | 11 | 5F | D | 31 | 5A | 2E |
| Octal | 337 | 272 | 14 | 0 | 21 | 137 | 15 | 61 | 132 | 56 |
| Binary | 11011111 | 10111010 | 1100 | 0 | 10001 | 1011111 | 1101 | 110001 | 1011010 | 101110 |
Color Harmonies of #DFBA0C
Complementary color
Monochromatic Colors of #DFBA0C
Black with #DFBA0C
Text Example
Text Example
White with #DFBA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA0C; }
p { color: rgb(223,186,12); }
H1.HeaderClassName
{
color: #DFBA0C;
}
.AnyTagClassName
{
color: #DFBA0C;
}
</style>
background-color css
<style>
a { background-color: #DFBA0C; }
a { background-color: rgb(223,186,12); }
div.DivClassName
{
background-color: #DFBA0C;
}
.BgClassName
{
background-color: #DFBA0C;
}
</style>
border-color css
<style>
span { border-color: #DFBA0C; }
span { border-color: rgb(223,186,12); }
td.TdClassName
{
border-color: #DFBA0C;
}
.TagClassName
{
border-color: #DFBA0C;
}
</style>