Shades of Tulip Tree #DFAB47
Tints of Tulip Tree #DFAB47
RGB
CMYK
RGB Variations
Color information
#DFAB47 (or 0xDFAB47) is known color: Tulip Tree. HEX triplet: DF, AB and 47. RGB value is (223,171,71). Sum of RGB (Red+Green+Blue) = 223+171+71=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB47 is #2054B8. Grayscale: #AFAFAF. Windows color (decimal): -2118841 or 4697055. OLE color: 4697055.
HSL color Cylindrical-coordinate representation of color #DFAB47: hue angle of 39.47º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFAB47 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 71 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.13 |
| HSL | 39.47º | 0.7% | 0.58% | - |
| HSV(B) | 39.47º | 0.68% | 0.87% | - |
| XYZ | 46.13 | 45.27 | 12.27 | - |
| YUV | 175.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 71 | 0 | 0.23 | 0.68 | 0.13 | 39.47 | 0.7 | 0.58 |
| Hex | DF | AB | 47 | 0 | 17 | 44 | D | 27 | 46 | 3A |
| Octal | 337 | 253 | 107 | 0 | 27 | 104 | 15 | 47 | 106 | 72 |
| Binary | 11011111 | 10101011 | 1000111 | 0 | 10111 | 1000100 | 1101 | 100111 | 1000110 | 111010 |
Color Harmonies of #DFAB47
Complementary color
Monochromatic Colors of #DFAB47
Black with #DFAB47
Text Example
Text Example
White with #DFAB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB47; }
p { color: rgb(223,171,71); }
H1.HeaderClassName
{
color: #DFAB47;
}
.AnyTagClassName
{
color: #DFAB47;
}
</style>
background-color css
<style>
a { background-color: #DFAB47; }
a { background-color: rgb(223,171,71); }
div.DivClassName
{
background-color: #DFAB47;
}
.BgClassName
{
background-color: #DFAB47;
}
</style>
border-color css
<style>
span { border-color: #DFAB47; }
span { border-color: rgb(223,171,71); }
td.TdClassName
{
border-color: #DFAB47;
}
.TagClassName
{
border-color: #DFAB47;
}
</style>