Shades of Sunflower #DFBA08
Tints of Sunflower #DFBA08
RGB
CMYK
RGB Variations
Color information
#DFBA08 (or 0xDFBA08) is known color: Sunflower. HEX triplet: DF, BA and 08. RGB value is (223,186,8). Sum of RGB (Red+Green+Blue) = 223+186+8=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBA08 is #2045F7. Grayscale: #B1B1B1. Windows color (decimal): -2115064 or 572127. OLE color: 572127.
HSL color Cylindrical-coordinate representation of color #DFBA08: hue angle of 49.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFBA08 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.67º | 0.93% | 0.45% | - |
| HSV(B) | 49.67º | 0.96% | 0.87% | - |
| XYZ | 48.03 | 50.82 | 7.51 | - |
| YUV | 176.77 | 32.76 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 8 | 0 | 0.17 | 0.96 | 0.13 | 49.67 | 0.93 | 0.45 |
| Hex | DF | BA | 8 | 0 | 11 | 60 | D | 32 | 5D | 2D |
| Octal | 337 | 272 | 10 | 0 | 21 | 140 | 15 | 62 | 135 | 55 |
| Binary | 11011111 | 10111010 | 1000 | 0 | 10001 | 1100000 | 1101 | 110010 | 1011101 | 101101 |
Color Harmonies of #DFBA08
Complementary color
Monochromatic Colors of #DFBA08
Black with #DFBA08
Text Example
Text Example
White with #DFBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA08; }
p { color: rgb(223,186,8); }
H1.HeaderClassName
{
color: #DFBA08;
}
.AnyTagClassName
{
color: #DFBA08;
}
</style>
background-color css
<style>
a { background-color: #DFBA08; }
a { background-color: rgb(223,186,8); }
div.DivClassName
{
background-color: #DFBA08;
}
.BgClassName
{
background-color: #DFBA08;
}
</style>
border-color css
<style>
span { border-color: #DFBA08; }
span { border-color: rgb(223,186,8); }
td.TdClassName
{
border-color: #DFBA08;
}
.TagClassName
{
border-color: #DFBA08;
}
</style>