Shades of Sunflower #DFBA12
Tints of Sunflower #DFBA12
RGB
CMYK
RGB Variations
Color information
#DFBA12 (or 0xDFBA12) is known color: Sunflower. HEX triplet: DF, BA and 12. RGB value is (223,186,18). Sum of RGB (Red+Green+Blue) = 223+186+18=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA12 is #2045ED. Grayscale: #B2B2B2. Windows color (decimal): -2115054 or 1227487. OLE color: 1227487.
HSL color Cylindrical-coordinate representation of color #DFBA12: hue angle of 49.17º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFBA12 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.13 |
| HSL | 49.17º | 0.85% | 0.47% | - |
| HSV(B) | 49.17º | 0.92% | 0.87% | - |
| XYZ | 48.1 | 50.85 | 7.85 | - |
| YUV | 177.91 | 37.76 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 18 | 0 | 0.17 | 0.92 | 0.13 | 49.17 | 0.85 | 0.47 |
| Hex | DF | BA | 12 | 0 | 11 | 5C | D | 31 | 55 | 2F |
| Octal | 337 | 272 | 22 | 0 | 21 | 134 | 15 | 61 | 125 | 57 |
| Binary | 11011111 | 10111010 | 10010 | 0 | 10001 | 1011100 | 1101 | 110001 | 1010101 | 101111 |
Color Harmonies of #DFBA12
Complementary color
Monochromatic Colors of #DFBA12
Black with #DFBA12
Text Example
Text Example
White with #DFBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA12; }
p { color: rgb(223,186,18); }
H1.HeaderClassName
{
color: #DFBA12;
}
.AnyTagClassName
{
color: #DFBA12;
}
</style>
background-color css
<style>
a { background-color: #DFBA12; }
a { background-color: rgb(223,186,18); }
div.DivClassName
{
background-color: #DFBA12;
}
.BgClassName
{
background-color: #DFBA12;
}
</style>
border-color css
<style>
span { border-color: #DFBA12; }
span { border-color: rgb(223,186,18); }
td.TdClassName
{
border-color: #DFBA12;
}
.TagClassName
{
border-color: #DFBA12;
}
</style>