Shades of Tulip Tree #DFA034
Tints of Tulip Tree #DFA034
RGB
CMYK
RGB Variations
Color information
#DFA034 (or 0xDFA034) is known color: Tulip Tree. HEX triplet: DF, A0 and 34. RGB value is (223,160,52). Sum of RGB (Red+Green+Blue) = 223+160+52=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA034 is #205FCB. Grayscale: #A7A7A7. Windows color (decimal): -2121676 or 3449055. OLE color: 3449055.
HSL color Cylindrical-coordinate representation of color #DFA034: hue angle of 37.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFA034 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 52 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.13 |
| HSL | 37.89º | 0.73% | 0.54% | - |
| HSV(B) | 37.89º | 0.77% | 0.87% | - |
| XYZ | 43.62 | 41.08 | 8.88 | - |
| YUV | 166.53 | 63.37 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 52 | 0 | 0.28 | 0.77 | 0.13 | 37.89 | 0.73 | 0.54 |
| Hex | DF | A0 | 34 | 0 | 1C | 4D | D | 26 | 49 | 36 |
| Octal | 337 | 240 | 64 | 0 | 34 | 115 | 15 | 46 | 111 | 66 |
| Binary | 11011111 | 10100000 | 110100 | 0 | 11100 | 1001101 | 1101 | 100110 | 1001001 | 110110 |
Color Harmonies of #DFA034
Complementary color
Monochromatic Colors of #DFA034
Black with #DFA034
Text Example
Text Example
White with #DFA034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA034; }
p { color: rgb(223,160,52); }
H1.HeaderClassName
{
color: #DFA034;
}
.AnyTagClassName
{
color: #DFA034;
}
</style>
background-color css
<style>
a { background-color: #DFA034; }
a { background-color: rgb(223,160,52); }
div.DivClassName
{
background-color: #DFA034;
}
.BgClassName
{
background-color: #DFA034;
}
</style>
border-color css
<style>
span { border-color: #DFA034; }
span { border-color: rgb(223,160,52); }
td.TdClassName
{
border-color: #DFA034;
}
.TagClassName
{
border-color: #DFA034;
}
</style>