Shades of Tulip Tree #DFA93E
Tints of Tulip Tree #DFA93E
RGB
CMYK
RGB Variations
Color information
#DFA93E (or 0xDFA93E) is known color: Tulip Tree. HEX triplet: DF, A9 and 3E. RGB value is (223,169,62). Sum of RGB (Red+Green+Blue) = 223+169+62=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA93E is #2056C1. Grayscale: #ADADAD. Windows color (decimal): -2119362 or 4106719. OLE color: 4106719.
HSL color Cylindrical-coordinate representation of color #DFA93E: hue angle of 39.88º 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 #DFA93E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 169 | 62 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.13 |
| HSL | 39.88º | 0.72% | 0.56% | - |
| HSV(B) | 39.88º | 0.72% | 0.87% | - |
| XYZ | 45.49 | 44.41 | 10.73 | - |
| YUV | 172.95 | 65.39 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 62 | 0 | 0.24 | 0.72 | 0.13 | 39.88 | 0.72 | 0.56 |
| Hex | DF | A9 | 3E | 0 | 18 | 48 | D | 28 | 48 | 38 |
| Octal | 337 | 251 | 76 | 0 | 30 | 110 | 15 | 50 | 110 | 70 |
| Binary | 11011111 | 10101001 | 111110 | 0 | 11000 | 1001000 | 1101 | 101000 | 1001000 | 111000 |
Color Harmonies of #DFA93E
Complementary color
Monochromatic Colors of #DFA93E
Black with #DFA93E
Text Example
Text Example
White with #DFA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA93E; }
p { color: rgb(223,169,62); }
H1.HeaderClassName
{
color: #DFA93E;
}
.AnyTagClassName
{
color: #DFA93E;
}
</style>
background-color css
<style>
a { background-color: #DFA93E; }
a { background-color: rgb(223,169,62); }
div.DivClassName
{
background-color: #DFA93E;
}
.BgClassName
{
background-color: #DFA93E;
}
</style>
border-color css
<style>
span { border-color: #DFA93E; }
span { border-color: rgb(223,169,62); }
td.TdClassName
{
border-color: #DFA93E;
}
.TagClassName
{
border-color: #DFA93E;
}
</style>