Shades of Tulip Tree #DFAA3E
Tints of Tulip Tree #DFAA3E
RGB
CMYK
RGB Variations
Color information
#DFAA3E (or 0xDFAA3E) is known color: Tulip Tree. HEX triplet: DF, AA and 3E. RGB value is (223,170,62). Sum of RGB (Red+Green+Blue) = 223+170+62=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA3E is #2055C1. Grayscale: #AEAEAE. Windows color (decimal): -2119106 or 4106975. OLE color: 4106975.
HSL color Cylindrical-coordinate representation of color #DFAA3E: hue angle of 40.25º 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 #DFAA3E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 62 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.13 |
| HSL | 40.25º | 0.72% | 0.56% | - |
| HSV(B) | 40.25º | 0.72% | 0.87% | - |
| XYZ | 45.68 | 44.79 | 10.79 | - |
| YUV | 173.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 62 | 0 | 0.24 | 0.72 | 0.13 | 40.25 | 0.72 | 0.56 |
| Hex | DF | AA | 3E | 0 | 18 | 48 | D | 28 | 48 | 38 |
| Octal | 337 | 252 | 76 | 0 | 30 | 110 | 15 | 50 | 110 | 70 |
| Binary | 11011111 | 10101010 | 111110 | 0 | 11000 | 1001000 | 1101 | 101000 | 1001000 | 111000 |
Color Harmonies of #DFAA3E
Complementary color
Monochromatic Colors of #DFAA3E
Black with #DFAA3E
Text Example
Text Example
White with #DFAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA3E; }
p { color: rgb(223,170,62); }
H1.HeaderClassName
{
color: #DFAA3E;
}
.AnyTagClassName
{
color: #DFAA3E;
}
</style>
background-color css
<style>
a { background-color: #DFAA3E; }
a { background-color: rgb(223,170,62); }
div.DivClassName
{
background-color: #DFAA3E;
}
.BgClassName
{
background-color: #DFAA3E;
}
</style>
border-color css
<style>
span { border-color: #DFAA3E; }
span { border-color: rgb(223,170,62); }
td.TdClassName
{
border-color: #DFAA3E;
}
.TagClassName
{
border-color: #DFAA3E;
}
</style>