Shades of Tulip Tree #DFA038
Tints of Tulip Tree #DFA038
RGB
CMYK
RGB Variations
Color information
#DFA038 (or 0xDFA038) is known color: Tulip Tree. HEX triplet: DF, A0 and 38. RGB value is (223,160,56). Sum of RGB (Red+Green+Blue) = 223+160+56=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA038 is #205FC7. Grayscale: #A7A7A7. Windows color (decimal): -2121672 or 3711199. OLE color: 3711199.
HSL color Cylindrical-coordinate representation of color #DFA038: hue angle of 37.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFA038 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 56 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.13 |
| HSL | 37.37º | 0.72% | 0.55% | - |
| HSV(B) | 37.37º | 0.75% | 0.87% | - |
| XYZ | 43.72 | 41.12 | 9.37 | - |
| YUV | 166.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 56 | 0 | 0.28 | 0.75 | 0.13 | 37.37 | 0.72 | 0.55 |
| Hex | DF | A0 | 38 | 0 | 1C | 4B | D | 25 | 48 | 37 |
| Octal | 337 | 240 | 70 | 0 | 34 | 113 | 15 | 45 | 110 | 67 |
| Binary | 11011111 | 10100000 | 111000 | 0 | 11100 | 1001011 | 1101 | 100101 | 1001000 | 110111 |
Color Harmonies of #DFA038
Complementary color
Monochromatic Colors of #DFA038
Black with #DFA038
Text Example
Text Example
White with #DFA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA038; }
p { color: rgb(223,160,56); }
H1.HeaderClassName
{
color: #DFA038;
}
.AnyTagClassName
{
color: #DFA038;
}
</style>
background-color css
<style>
a { background-color: #DFA038; }
a { background-color: rgb(223,160,56); }
div.DivClassName
{
background-color: #DFA038;
}
.BgClassName
{
background-color: #DFA038;
}
</style>
border-color css
<style>
span { border-color: #DFA038; }
span { border-color: rgb(223,160,56); }
td.TdClassName
{
border-color: #DFA038;
}
.TagClassName
{
border-color: #DFA038;
}
</style>