Shades of Tulip Tree #DFA13C
Tints of Tulip Tree #DFA13C
RGB
CMYK
RGB Variations
Color information
#DFA13C (or 0xDFA13C) is known color: Tulip Tree. HEX triplet: DF, A1 and 3C. RGB value is (223,161,60). Sum of RGB (Red+Green+Blue) = 223+161+60=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA13C is #205EC3. Grayscale: #A8A8A8. Windows color (decimal): -2121412 or 3973599. OLE color: 3973599.
HSL color Cylindrical-coordinate representation of color #DFA13C: hue angle of 37.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFA13C is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 60 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.13 |
| HSL | 37.18º | 0.72% | 0.55% | - |
| HSV(B) | 37.18º | 0.73% | 0.87% | - |
| XYZ | 43.99 | 41.5 | 9.97 | - |
| YUV | 168.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 60 | 0 | 0.28 | 0.73 | 0.13 | 37.18 | 0.72 | 0.55 |
| Hex | DF | A1 | 3C | 0 | 1C | 49 | D | 25 | 48 | 37 |
| Octal | 337 | 241 | 74 | 0 | 34 | 111 | 15 | 45 | 110 | 67 |
| Binary | 11011111 | 10100001 | 111100 | 0 | 11100 | 1001001 | 1101 | 100101 | 1001000 | 110111 |
Color Harmonies of #DFA13C
Complementary color
Monochromatic Colors of #DFA13C
Black with #DFA13C
Text Example
Text Example
White with #DFA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA13C; }
p { color: rgb(223,161,60); }
H1.HeaderClassName
{
color: #DFA13C;
}
.AnyTagClassName
{
color: #DFA13C;
}
</style>
background-color css
<style>
a { background-color: #DFA13C; }
a { background-color: rgb(223,161,60); }
div.DivClassName
{
background-color: #DFA13C;
}
.BgClassName
{
background-color: #DFA13C;
}
</style>
border-color css
<style>
span { border-color: #DFA13C; }
span { border-color: rgb(223,161,60); }
td.TdClassName
{
border-color: #DFA13C;
}
.TagClassName
{
border-color: #DFA13C;
}
</style>