Shades of Tulip Tree #DFA53E
Tints of Tulip Tree #DFA53E
RGB
CMYK
RGB Variations
Color information
#DFA53E (or 0xDFA53E) is known color: Tulip Tree. HEX triplet: DF, A5 and 3E. RGB value is (223,165,62). Sum of RGB (Red+Green+Blue) = 223+165+62=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA53E is #205AC1. Grayscale: #ABABAB. Windows color (decimal): -2120386 or 4105695. OLE color: 4105695.
HSL color Cylindrical-coordinate representation of color #DFA53E: hue angle of 38.39º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFA53E is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 62 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.13 |
| HSL | 38.39º | 0.72% | 0.56% | - |
| HSV(B) | 38.39º | 0.72% | 0.87% | - |
| XYZ | 44.76 | 42.95 | 10.49 | - |
| YUV | 170.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 62 | 0 | 0.26 | 0.72 | 0.13 | 38.39 | 0.72 | 0.56 |
| Hex | DF | A5 | 3E | 0 | 1A | 48 | D | 26 | 48 | 38 |
| Octal | 337 | 245 | 76 | 0 | 32 | 110 | 15 | 46 | 110 | 70 |
| Binary | 11011111 | 10100101 | 111110 | 0 | 11010 | 1001000 | 1101 | 100110 | 1001000 | 111000 |
Color Harmonies of #DFA53E
Complementary color
Monochromatic Colors of #DFA53E
Black with #DFA53E
Text Example
Text Example
White with #DFA53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA53E; }
p { color: rgb(223,165,62); }
H1.HeaderClassName
{
color: #DFA53E;
}
.AnyTagClassName
{
color: #DFA53E;
}
</style>
background-color css
<style>
a { background-color: #DFA53E; }
a { background-color: rgb(223,165,62); }
div.DivClassName
{
background-color: #DFA53E;
}
.BgClassName
{
background-color: #DFA53E;
}
</style>
border-color css
<style>
span { border-color: #DFA53E; }
span { border-color: rgb(223,165,62); }
td.TdClassName
{
border-color: #DFA53E;
}
.TagClassName
{
border-color: #DFA53E;
}
</style>