Shades of Tulip Tree #DFAF44
Tints of Tulip Tree #DFAF44
RGB
CMYK
RGB Variations
Color information
#DFAF44 (or 0xDFAF44) is known color: Tulip Tree. HEX triplet: DF, AF and 44. RGB value is (223,175,68). Sum of RGB (Red+Green+Blue) = 223+175+68=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF44 is #2050BB. Grayscale: #B1B1B1. Windows color (decimal): -2117820 or 4501471. OLE color: 4501471.
HSL color Cylindrical-coordinate representation of color #DFAF44: hue angle of 41.42º 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 #DFAF44 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 68 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.13 |
| HSL | 41.42º | 0.71% | 0.57% | - |
| HSV(B) | 41.42º | 0.7% | 0.87% | - |
| XYZ | 46.8 | 46.77 | 12.03 | - |
| YUV | 177.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 68 | 0 | 0.22 | 0.70 | 0.13 | 41.42 | 0.71 | 0.57 |
| Hex | DF | AF | 44 | 0 | 16 | 46 | D | 29 | 47 | 39 |
| Octal | 337 | 257 | 104 | 0 | 26 | 106 | 15 | 51 | 107 | 71 |
| Binary | 11011111 | 10101111 | 1000100 | 0 | 10110 | 1000110 | 1101 | 101001 | 1000111 | 111001 |
Color Harmonies of #DFAF44
Complementary color
Monochromatic Colors of #DFAF44
Black with #DFAF44
Text Example
Text Example
White with #DFAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF44; }
p { color: rgb(223,175,68); }
H1.HeaderClassName
{
color: #DFAF44;
}
.AnyTagClassName
{
color: #DFAF44;
}
</style>
background-color css
<style>
a { background-color: #DFAF44; }
a { background-color: rgb(223,175,68); }
div.DivClassName
{
background-color: #DFAF44;
}
.BgClassName
{
background-color: #DFAF44;
}
</style>
border-color css
<style>
span { border-color: #DFAF44; }
span { border-color: rgb(223,175,68); }
td.TdClassName
{
border-color: #DFAF44;
}
.TagClassName
{
border-color: #DFAF44;
}
</style>