Shades of Tulip Tree #DFAA32
Tints of Tulip Tree #DFAA32
RGB
CMYK
RGB Variations
Color information
#DFAA32 (or 0xDFAA32) is known color: Tulip Tree. HEX triplet: DF, AA and 32. RGB value is (223,170,50). Sum of RGB (Red+Green+Blue) = 223+170+50=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA32 is #2055CD. Grayscale: #ACACAC. Windows color (decimal): -2119118 or 3320543. OLE color: 3320543.
HSL color Cylindrical-coordinate representation of color #DFAA32: hue angle of 41.62º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFAA32 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 50 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.13 |
| HSL | 41.62º | 0.73% | 0.54% | - |
| HSV(B) | 41.62º | 0.78% | 0.87% | - |
| XYZ | 45.38 | 44.67 | 9.25 | - |
| YUV | 172.17 | 59.06 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 50 | 0 | 0.24 | 0.78 | 0.13 | 41.62 | 0.73 | 0.54 |
| Hex | DF | AA | 32 | 0 | 18 | 4E | D | 2A | 49 | 36 |
| Octal | 337 | 252 | 62 | 0 | 30 | 116 | 15 | 52 | 111 | 66 |
| Binary | 11011111 | 10101010 | 110010 | 0 | 11000 | 1001110 | 1101 | 101010 | 1001001 | 110110 |
Color Harmonies of #DFAA32
Complementary color
Monochromatic Colors of #DFAA32
Black with #DFAA32
Text Example
Text Example
White with #DFAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA32; }
p { color: rgb(223,170,50); }
H1.HeaderClassName
{
color: #DFAA32;
}
.AnyTagClassName
{
color: #DFAA32;
}
</style>
background-color css
<style>
a { background-color: #DFAA32; }
a { background-color: rgb(223,170,50); }
div.DivClassName
{
background-color: #DFAA32;
}
.BgClassName
{
background-color: #DFAA32;
}
</style>
border-color css
<style>
span { border-color: #DFAA32; }
span { border-color: rgb(223,170,50); }
td.TdClassName
{
border-color: #DFAA32;
}
.TagClassName
{
border-color: #DFAA32;
}
</style>