Shades of Tulip Tree #DFAF45
Tints of Tulip Tree #DFAF45
RGB
CMYK
RGB Variations
Color information
#DFAF45 (or 0xDFAF45) is known color: Tulip Tree. HEX triplet: DF, AF and 45. RGB value is (223,175,69). Sum of RGB (Red+Green+Blue) = 223+175+69=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF45 is #2050BA. Grayscale: #B1B1B1. Windows color (decimal): -2117819 or 4567007. OLE color: 4567007.
HSL color Cylindrical-coordinate representation of color #DFAF45: hue angle of 41.3º 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 #DFAF45 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 69 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.13 |
| HSL | 41.3º | 0.71% | 0.57% | - |
| HSV(B) | 41.3º | 0.69% | 0.87% | - |
| XYZ | 46.84 | 46.78 | 12.19 | - |
| YUV | 177.27 | 66.9 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 69 | 0 | 0.22 | 0.69 | 0.13 | 41.3 | 0.71 | 0.57 |
| Hex | DF | AF | 45 | 0 | 16 | 45 | D | 29 | 47 | 39 |
| Octal | 337 | 257 | 105 | 0 | 26 | 105 | 15 | 51 | 107 | 71 |
| Binary | 11011111 | 10101111 | 1000101 | 0 | 10110 | 1000101 | 1101 | 101001 | 1000111 | 111001 |
Color Harmonies of #DFAF45
Complementary color
Monochromatic Colors of #DFAF45
Black with #DFAF45
Text Example
Text Example
White with #DFAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF45; }
p { color: rgb(223,175,69); }
H1.HeaderClassName
{
color: #DFAF45;
}
.AnyTagClassName
{
color: #DFAF45;
}
</style>
background-color css
<style>
a { background-color: #DFAF45; }
a { background-color: rgb(223,175,69); }
div.DivClassName
{
background-color: #DFAF45;
}
.BgClassName
{
background-color: #DFAF45;
}
</style>
border-color css
<style>
span { border-color: #DFAF45; }
span { border-color: rgb(223,175,69); }
td.TdClassName
{
border-color: #DFAF45;
}
.TagClassName
{
border-color: #DFAF45;
}
</style>