Shades of Tulip Tree #DFAF40
Tints of Tulip Tree #DFAF40
RGB
CMYK
RGB Variations
Color information
#DFAF40 (or 0xDFAF40) is known color: Tulip Tree. HEX triplet: DF, AF and 40. RGB value is (223,175,64). Sum of RGB (Red+Green+Blue) = 223+175+64=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF40 is #2050BF. Grayscale: #B1B1B1. Windows color (decimal): -2117824 or 4239327. OLE color: 4239327.
HSL color Cylindrical-coordinate representation of color #DFAF40: hue angle of 41.89º 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 #DFAF40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 64 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.13 |
| HSL | 41.89º | 0.71% | 0.56% | - |
| HSV(B) | 41.89º | 0.71% | 0.87% | - |
| XYZ | 46.69 | 46.72 | 11.41 | - |
| YUV | 176.7 | 64.4 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 64 | 0 | 0.22 | 0.71 | 0.13 | 41.89 | 0.71 | 0.56 |
| Hex | DF | AF | 40 | 0 | 16 | 47 | D | 2A | 47 | 38 |
| Octal | 337 | 257 | 100 | 0 | 26 | 107 | 15 | 52 | 107 | 70 |
| Binary | 11011111 | 10101111 | 1000000 | 0 | 10110 | 1000111 | 1101 | 101010 | 1000111 | 111000 |
Color Harmonies of #DFAF40
Complementary color
Monochromatic Colors of #DFAF40
Black with #DFAF40
Text Example
Text Example
White with #DFAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF40; }
p { color: rgb(223,175,64); }
H1.HeaderClassName
{
color: #DFAF40;
}
.AnyTagClassName
{
color: #DFAF40;
}
</style>
background-color css
<style>
a { background-color: #DFAF40; }
a { background-color: rgb(223,175,64); }
div.DivClassName
{
background-color: #DFAF40;
}
.BgClassName
{
background-color: #DFAF40;
}
</style>
border-color css
<style>
span { border-color: #DFAF40; }
span { border-color: rgb(223,175,64); }
td.TdClassName
{
border-color: #DFAF40;
}
.TagClassName
{
border-color: #DFAF40;
}
</style>