Shades of Sunflower #DFBA0D
Tints of Sunflower #DFBA0D
RGB
CMYK
RGB Variations
Color information
#DFBA0D (or 0xDFBA0D) is known color: Sunflower. HEX triplet: DF, BA and 0D. RGB value is (223,186,13). Sum of RGB (Red+Green+Blue) = 223+186+13=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA0D is #2045F2. Grayscale: #B2B2B2. Windows color (decimal): -2115059 or 899807. OLE color: 899807.
HSL color Cylindrical-coordinate representation of color #DFBA0D: hue angle of 49.43º degrees, saturation: 0.89, 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 #DFBA0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.13 |
| HSL | 49.43º | 0.89% | 0.46% | - |
| HSV(B) | 49.43º | 0.94% | 0.87% | - |
| XYZ | 48.06 | 50.83 | 7.66 | - |
| YUV | 177.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 13 | 0 | 0.17 | 0.94 | 0.13 | 49.43 | 0.89 | 0.46 |
| Hex | DF | BA | D | 0 | 11 | 5E | D | 31 | 59 | 2E |
| Octal | 337 | 272 | 15 | 0 | 21 | 136 | 15 | 61 | 131 | 56 |
| Binary | 11011111 | 10111010 | 1101 | 0 | 10001 | 1011110 | 1101 | 110001 | 1011001 | 101110 |
Color Harmonies of #DFBA0D
Complementary color
Monochromatic Colors of #DFBA0D
Black with #DFBA0D
Text Example
Text Example
White with #DFBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA0D; }
p { color: rgb(223,186,13); }
H1.HeaderClassName
{
color: #DFBA0D;
}
.AnyTagClassName
{
color: #DFBA0D;
}
</style>
background-color css
<style>
a { background-color: #DFBA0D; }
a { background-color: rgb(223,186,13); }
div.DivClassName
{
background-color: #DFBA0D;
}
.BgClassName
{
background-color: #DFBA0D;
}
</style>
border-color css
<style>
span { border-color: #DFBA0D; }
span { border-color: rgb(223,186,13); }
td.TdClassName
{
border-color: #DFBA0D;
}
.TagClassName
{
border-color: #DFBA0D;
}
</style>