Shades of Tulip Tree #DFAA42
Tints of Tulip Tree #DFAA42
RGB
CMYK
RGB Variations
Color information
#DFAA42 (or 0xDFAA42) is known color: Tulip Tree. HEX triplet: DF, AA and 42. RGB value is (223,170,66). Sum of RGB (Red+Green+Blue) = 223+170+66=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA42 is #2055BD. Grayscale: #AEAEAE. Windows color (decimal): -2119102 or 4369119. OLE color: 4369119.
HSL color Cylindrical-coordinate representation of color #DFAA42: hue angle of 39.75º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFAA42 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 66 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.13 |
| HSL | 39.75º | 0.71% | 0.57% | - |
| HSV(B) | 39.75º | 0.7% | 0.87% | - |
| XYZ | 45.79 | 44.83 | 11.39 | - |
| YUV | 173.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 66 | 0 | 0.24 | 0.70 | 0.13 | 39.75 | 0.71 | 0.57 |
| Hex | DF | AA | 42 | 0 | 18 | 46 | D | 28 | 47 | 39 |
| Octal | 337 | 252 | 102 | 0 | 30 | 106 | 15 | 50 | 107 | 71 |
| Binary | 11011111 | 10101010 | 1000010 | 0 | 11000 | 1000110 | 1101 | 101000 | 1000111 | 111001 |
Color Harmonies of #DFAA42
Complementary color
Monochromatic Colors of #DFAA42
Black with #DFAA42
Text Example
Text Example
White with #DFAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA42; }
p { color: rgb(223,170,66); }
H1.HeaderClassName
{
color: #DFAA42;
}
.AnyTagClassName
{
color: #DFAA42;
}
</style>
background-color css
<style>
a { background-color: #DFAA42; }
a { background-color: rgb(223,170,66); }
div.DivClassName
{
background-color: #DFAA42;
}
.BgClassName
{
background-color: #DFAA42;
}
</style>
border-color css
<style>
span { border-color: #DFAA42; }
span { border-color: rgb(223,170,66); }
td.TdClassName
{
border-color: #DFAA42;
}
.TagClassName
{
border-color: #DFAA42;
}
</style>