Shades of Tulip Tree #DFA63A
Tints of Tulip Tree #DFA63A
RGB
CMYK
RGB Variations
Color information
#DFA63A (or 0xDFA63A) is known color: Tulip Tree. HEX triplet: DF, A6 and 3A. RGB value is (223,166,58). Sum of RGB (Red+Green+Blue) = 223+166+58=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA63A is #2059C5. Grayscale: #ABABAB. Windows color (decimal): -2120134 or 3843807. OLE color: 3843807.
HSL color Cylindrical-coordinate representation of color #DFA63A: hue angle of 39.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFA63A is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 58 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.13 |
| HSL | 39.27º | 0.72% | 0.55% | - |
| HSV(B) | 39.27º | 0.74% | 0.87% | - |
| XYZ | 44.83 | 43.27 | 9.99 | - |
| YUV | 170.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 58 | 0 | 0.26 | 0.74 | 0.13 | 39.27 | 0.72 | 0.55 |
| Hex | DF | A6 | 3A | 0 | 1A | 4A | D | 27 | 48 | 37 |
| Octal | 337 | 246 | 72 | 0 | 32 | 112 | 15 | 47 | 110 | 67 |
| Binary | 11011111 | 10100110 | 111010 | 0 | 11010 | 1001010 | 1101 | 100111 | 1001000 | 110111 |
Color Harmonies of #DFA63A
Complementary color
Monochromatic Colors of #DFA63A
Black with #DFA63A
Text Example
Text Example
White with #DFA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA63A; }
p { color: rgb(223,166,58); }
H1.HeaderClassName
{
color: #DFA63A;
}
.AnyTagClassName
{
color: #DFA63A;
}
</style>
background-color css
<style>
a { background-color: #DFA63A; }
a { background-color: rgb(223,166,58); }
div.DivClassName
{
background-color: #DFA63A;
}
.BgClassName
{
background-color: #DFA63A;
}
</style>
border-color css
<style>
span { border-color: #DFA63A; }
span { border-color: rgb(223,166,58); }
td.TdClassName
{
border-color: #DFA63A;
}
.TagClassName
{
border-color: #DFA63A;
}
</style>