Shades of Tulip Tree #DFAB45
Tints of Tulip Tree #DFAB45
RGB
CMYK
RGB Variations
Color information
#DFAB45 (or 0xDFAB45) is known color: Tulip Tree. HEX triplet: DF, AB and 45. RGB value is (223,171,69). Sum of RGB (Red+Green+Blue) = 223+171+69=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB45 is #2054BA. Grayscale: #AFAFAF. Windows color (decimal): -2118843 or 4565983. OLE color: 4565983.
HSL color Cylindrical-coordinate representation of color #DFAB45: hue angle of 39.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFAB45 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 69 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.13 |
| HSL | 39.74º | 0.71% | 0.57% | - |
| HSV(B) | 39.74º | 0.69% | 0.87% | - |
| XYZ | 46.07 | 45.24 | 11.94 | - |
| YUV | 174.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 69 | 0 | 0.23 | 0.69 | 0.13 | 39.74 | 0.71 | 0.57 |
| Hex | DF | AB | 45 | 0 | 17 | 45 | D | 28 | 47 | 39 |
| Octal | 337 | 253 | 105 | 0 | 27 | 105 | 15 | 50 | 107 | 71 |
| Binary | 11011111 | 10101011 | 1000101 | 0 | 10111 | 1000101 | 1101 | 101000 | 1000111 | 111001 |
Color Harmonies of #DFAB45
Complementary color
Monochromatic Colors of #DFAB45
Black with #DFAB45
Text Example
Text Example
White with #DFAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB45; }
p { color: rgb(223,171,69); }
H1.HeaderClassName
{
color: #DFAB45;
}
.AnyTagClassName
{
color: #DFAB45;
}
</style>
background-color css
<style>
a { background-color: #DFAB45; }
a { background-color: rgb(223,171,69); }
div.DivClassName
{
background-color: #DFAB45;
}
.BgClassName
{
background-color: #DFAB45;
}
</style>
border-color css
<style>
span { border-color: #DFAB45; }
span { border-color: rgb(223,171,69); }
td.TdClassName
{
border-color: #DFAB45;
}
.TagClassName
{
border-color: #DFAB45;
}
</style>