Shades of Tulip Tree #DFA73C
Tints of Tulip Tree #DFA73C
RGB
CMYK
RGB Variations
Color information
#DFA73C (or 0xDFA73C) is known color: Tulip Tree. HEX triplet: DF, A7 and 3C. RGB value is (223,167,60). Sum of RGB (Red+Green+Blue) = 223+167+60=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA73C is #2058C3. Grayscale: #ACACAC. Windows color (decimal): -2119876 or 3975135. OLE color: 3975135.
HSL color Cylindrical-coordinate representation of color #DFA73C: hue angle of 39.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFA73C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 60 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.13 |
| HSL | 39.39º | 0.72% | 0.55% | - |
| HSV(B) | 39.39º | 0.73% | 0.87% | - |
| XYZ | 45.07 | 43.65 | 10.33 | - |
| YUV | 171.55 | 65.05 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 60 | 0 | 0.25 | 0.73 | 0.13 | 39.39 | 0.72 | 0.55 |
| Hex | DF | A7 | 3C | 0 | 19 | 49 | D | 27 | 48 | 37 |
| Octal | 337 | 247 | 74 | 0 | 31 | 111 | 15 | 47 | 110 | 67 |
| Binary | 11011111 | 10100111 | 111100 | 0 | 11001 | 1001001 | 1101 | 100111 | 1001000 | 110111 |
Color Harmonies of #DFA73C
Complementary color
Monochromatic Colors of #DFA73C
Black with #DFA73C
Text Example
Text Example
White with #DFA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA73C; }
p { color: rgb(223,167,60); }
H1.HeaderClassName
{
color: #DFA73C;
}
.AnyTagClassName
{
color: #DFA73C;
}
</style>
background-color css
<style>
a { background-color: #DFA73C; }
a { background-color: rgb(223,167,60); }
div.DivClassName
{
background-color: #DFA73C;
}
.BgClassName
{
background-color: #DFA73C;
}
</style>
border-color css
<style>
span { border-color: #DFA73C; }
span { border-color: rgb(223,167,60); }
td.TdClassName
{
border-color: #DFA73C;
}
.TagClassName
{
border-color: #DFA73C;
}
</style>