Shades of Tulip Tree #DFA73E
Tints of Tulip Tree #DFA73E
RGB
CMYK
RGB Variations
Color information
#DFA73E (or 0xDFA73E) is known color: Tulip Tree. HEX triplet: DF, A7 and 3E. RGB value is (223,167,62). Sum of RGB (Red+Green+Blue) = 223+167+62=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA73E is #2058C1. Grayscale: #ACACAC. Windows color (decimal): -2119874 or 4106207. OLE color: 4106207.
HSL color Cylindrical-coordinate representation of color #DFA73E: hue angle of 39.13º 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 #DFA73E is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 62 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.13 |
| HSL | 39.13º | 0.72% | 0.56% | - |
| HSV(B) | 39.13º | 0.72% | 0.87% | - |
| XYZ | 45.12 | 43.67 | 10.61 | - |
| YUV | 171.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 62 | 0 | 0.25 | 0.72 | 0.13 | 39.13 | 0.72 | 0.56 |
| Hex | DF | A7 | 3E | 0 | 19 | 48 | D | 27 | 48 | 38 |
| Octal | 337 | 247 | 76 | 0 | 31 | 110 | 15 | 47 | 110 | 70 |
| Binary | 11011111 | 10100111 | 111110 | 0 | 11001 | 1001000 | 1101 | 100111 | 1001000 | 111000 |
Color Harmonies of #DFA73E
Complementary color
Monochromatic Colors of #DFA73E
Black with #DFA73E
Text Example
Text Example
White with #DFA73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA73E; }
p { color: rgb(223,167,62); }
H1.HeaderClassName
{
color: #DFA73E;
}
.AnyTagClassName
{
color: #DFA73E;
}
</style>
background-color css
<style>
a { background-color: #DFA73E; }
a { background-color: rgb(223,167,62); }
div.DivClassName
{
background-color: #DFA73E;
}
.BgClassName
{
background-color: #DFA73E;
}
</style>
border-color css
<style>
span { border-color: #DFA73E; }
span { border-color: rgb(223,167,62); }
td.TdClassName
{
border-color: #DFA73E;
}
.TagClassName
{
border-color: #DFA73E;
}
</style>