Shades of Tulip Tree #DFAD40
Tints of Tulip Tree #DFAD40
RGB
CMYK
RGB Variations
Color information
#DFAD40 (or 0xDFAD40) is known color: Tulip Tree. HEX triplet: DF, AD and 40. RGB value is (223,173,64). Sum of RGB (Red+Green+Blue) = 223+173+64=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD40 is #2052BF. Grayscale: #B0B0B0. Windows color (decimal): -2118336 or 4238815. OLE color: 4238815.
HSL color Cylindrical-coordinate representation of color #DFAD40: hue angle of 41.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFAD40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 64 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.13 |
| HSL | 41.13º | 0.71% | 0.56% | - |
| HSV(B) | 41.13º | 0.71% | 0.87% | - |
| XYZ | 46.3 | 45.95 | 11.28 | - |
| YUV | 175.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 64 | 0 | 0.22 | 0.71 | 0.13 | 41.13 | 0.71 | 0.56 |
| Hex | DF | AD | 40 | 0 | 16 | 47 | D | 29 | 47 | 38 |
| Octal | 337 | 255 | 100 | 0 | 26 | 107 | 15 | 51 | 107 | 70 |
| Binary | 11011111 | 10101101 | 1000000 | 0 | 10110 | 1000111 | 1101 | 101001 | 1000111 | 111000 |
Color Harmonies of #DFAD40
Complementary color
Monochromatic Colors of #DFAD40
Black with #DFAD40
Text Example
Text Example
White with #DFAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD40; }
p { color: rgb(223,173,64); }
H1.HeaderClassName
{
color: #DFAD40;
}
.AnyTagClassName
{
color: #DFAD40;
}
</style>
background-color css
<style>
a { background-color: #DFAD40; }
a { background-color: rgb(223,173,64); }
div.DivClassName
{
background-color: #DFAD40;
}
.BgClassName
{
background-color: #DFAD40;
}
</style>
border-color css
<style>
span { border-color: #DFAD40; }
span { border-color: rgb(223,173,64); }
td.TdClassName
{
border-color: #DFAD40;
}
.TagClassName
{
border-color: #DFAD40;
}
</style>