Shades of Tulip Tree #DFBA40
Tints of Tulip Tree #DFBA40
RGB
CMYK
RGB Variations
Color information
#DFBA40 (or 0xDFBA40) is known color: Tulip Tree. HEX triplet: DF, BA and 40. RGB value is (223,186,64). Sum of RGB (Red+Green+Blue) = 223+186+64=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA40 is #2045BF. Grayscale: #B7B7B7. Windows color (decimal): -2115008 or 4242143. OLE color: 4242143.
HSL color Cylindrical-coordinate representation of color #DFBA40: hue angle of 46.04º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFBA40 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 64 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.13 |
| HSL | 46.04º | 0.71% | 0.56% | - |
| HSV(B) | 46.04º | 0.71% | 0.87% | - |
| XYZ | 48.92 | 51.18 | 12.15 | - |
| YUV | 183.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 64 | 0 | 0.17 | 0.71 | 0.13 | 46.04 | 0.71 | 0.56 |
| Hex | DF | BA | 40 | 0 | 11 | 47 | D | 2E | 47 | 38 |
| Octal | 337 | 272 | 100 | 0 | 21 | 107 | 15 | 56 | 107 | 70 |
| Binary | 11011111 | 10111010 | 1000000 | 0 | 10001 | 1000111 | 1101 | 101110 | 1000111 | 111000 |
Color Harmonies of #DFBA40
Complementary color
Monochromatic Colors of #DFBA40
Black with #DFBA40
Text Example
Text Example
White with #DFBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA40; }
p { color: rgb(223,186,64); }
H1.HeaderClassName
{
color: #DFBA40;
}
.AnyTagClassName
{
color: #DFBA40;
}
</style>
background-color css
<style>
a { background-color: #DFBA40; }
a { background-color: rgb(223,186,64); }
div.DivClassName
{
background-color: #DFBA40;
}
.BgClassName
{
background-color: #DFBA40;
}
</style>
border-color css
<style>
span { border-color: #DFBA40; }
span { border-color: rgb(223,186,64); }
td.TdClassName
{
border-color: #DFBA40;
}
.TagClassName
{
border-color: #DFBA40;
}
</style>