Shades of Tulip Tree #DFA73B
Tints of Tulip Tree #DFA73B
RGB
CMYK
RGB Variations
Color information
#DFA73B (or 0xDFA73B) is known color: Tulip Tree. HEX triplet: DF, A7 and 3B. RGB value is (223,167,59). Sum of RGB (Red+Green+Blue) = 223+167+59=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA73B is #2058C4. Grayscale: #ABABAB. Windows color (decimal): -2119877 or 3909599. OLE color: 3909599.
HSL color Cylindrical-coordinate representation of color #DFA73B: hue angle of 39.51º 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 #DFA73B is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 59 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.13 |
| HSL | 39.51º | 0.72% | 0.55% | - |
| HSV(B) | 39.51º | 0.74% | 0.87% | - |
| XYZ | 45.04 | 43.64 | 10.19 | - |
| YUV | 171.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 59 | 0 | 0.25 | 0.74 | 0.13 | 39.51 | 0.72 | 0.55 |
| Hex | DF | A7 | 3B | 0 | 19 | 4A | D | 28 | 48 | 37 |
| Octal | 337 | 247 | 73 | 0 | 31 | 112 | 15 | 50 | 110 | 67 |
| Binary | 11011111 | 10100111 | 111011 | 0 | 11001 | 1001010 | 1101 | 101000 | 1001000 | 110111 |
Color Harmonies of #DFA73B
Complementary color
Monochromatic Colors of #DFA73B
Black with #DFA73B
Text Example
Text Example
White with #DFA73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA73B; }
p { color: rgb(223,167,59); }
H1.HeaderClassName
{
color: #DFA73B;
}
.AnyTagClassName
{
color: #DFA73B;
}
</style>
background-color css
<style>
a { background-color: #DFA73B; }
a { background-color: rgb(223,167,59); }
div.DivClassName
{
background-color: #DFA73B;
}
.BgClassName
{
background-color: #DFA73B;
}
</style>
border-color css
<style>
span { border-color: #DFA73B; }
span { border-color: rgb(223,167,59); }
td.TdClassName
{
border-color: #DFA73B;
}
.TagClassName
{
border-color: #DFA73B;
}
</style>