Shades of Tulip Tree #DFA63F
Tints of Tulip Tree #DFA63F
RGB
CMYK
RGB Variations
Color information
#DFA63F (or 0xDFA63F) is known color: Tulip Tree. HEX triplet: DF, A6 and 3F. RGB value is (223,166,63). Sum of RGB (Red+Green+Blue) = 223+166+63=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA63F is #2059C0. Grayscale: #ABABAB. Windows color (decimal): -2120129 or 4171487. OLE color: 4171487.
HSL color Cylindrical-coordinate representation of color #DFA63F: hue angle of 38.62º degrees, saturation: 0.71, 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 #DFA63F is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 63 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.13 |
| HSL | 38.63º | 0.71% | 0.56% | - |
| HSV(B) | 38.63º | 0.72% | 0.87% | - |
| XYZ | 44.96 | 43.32 | 10.69 | - |
| YUV | 171.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 63 | 0 | 0.26 | 0.72 | 0.13 | 38.63 | 0.71 | 0.56 |
| Hex | DF | A6 | 3F | 0 | 1A | 48 | D | 27 | 47 | 38 |
| Octal | 337 | 246 | 77 | 0 | 32 | 110 | 15 | 47 | 107 | 70 |
| Binary | 11011111 | 10100110 | 111111 | 0 | 11010 | 1001000 | 1101 | 100111 | 1000111 | 111000 |
Color Harmonies of #DFA63F
Complementary color
Monochromatic Colors of #DFA63F
Black with #DFA63F
Text Example
Text Example
White with #DFA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA63F; }
p { color: rgb(223,166,63); }
H1.HeaderClassName
{
color: #DFA63F;
}
.AnyTagClassName
{
color: #DFA63F;
}
</style>
background-color css
<style>
a { background-color: #DFA63F; }
a { background-color: rgb(223,166,63); }
div.DivClassName
{
background-color: #DFA63F;
}
.BgClassName
{
background-color: #DFA63F;
}
</style>
border-color css
<style>
span { border-color: #DFA63F; }
span { border-color: rgb(223,166,63); }
td.TdClassName
{
border-color: #DFA63F;
}
.TagClassName
{
border-color: #DFA63F;
}
</style>