Shades of Tulip Tree #DFA949
Tints of Tulip Tree #DFA949
RGB
CMYK
RGB Variations
Color information
#DFA949 (or 0xDFA949) is known color: Tulip Tree. HEX triplet: DF, A9 and 49. RGB value is (223,169,73). Sum of RGB (Red+Green+Blue) = 223+169+73=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA949 is #2056B6. Grayscale: #AEAEAE. Windows color (decimal): -2119351 or 4827615. OLE color: 4827615.
HSL color Cylindrical-coordinate representation of color #DFA949: hue angle of 38.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFA949 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 73 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.13 |
| HSL | 38.4º | 0.7% | 0.58% | - |
| HSV(B) | 38.4º | 0.67% | 0.87% | - |
| XYZ | 45.82 | 44.54 | 12.49 | - |
| YUV | 174.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 73 | 0 | 0.24 | 0.67 | 0.13 | 38.4 | 0.7 | 0.58 |
| Hex | DF | A9 | 49 | 0 | 18 | 43 | D | 26 | 46 | 3A |
| Octal | 337 | 251 | 111 | 0 | 30 | 103 | 15 | 46 | 106 | 72 |
| Binary | 11011111 | 10101001 | 1001001 | 0 | 11000 | 1000011 | 1101 | 100110 | 1000110 | 111010 |
Color Harmonies of #DFA949
Complementary color
Monochromatic Colors of #DFA949
Black with #DFA949
Text Example
Text Example
White with #DFA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA949; }
p { color: rgb(223,169,73); }
H1.HeaderClassName
{
color: #DFA949;
}
.AnyTagClassName
{
color: #DFA949;
}
</style>
background-color css
<style>
a { background-color: #DFA949; }
a { background-color: rgb(223,169,73); }
div.DivClassName
{
background-color: #DFA949;
}
.BgClassName
{
background-color: #DFA949;
}
</style>
border-color css
<style>
span { border-color: #DFA949; }
span { border-color: rgb(223,169,73); }
td.TdClassName
{
border-color: #DFA949;
}
.TagClassName
{
border-color: #DFA949;
}
</style>