Shades of Tulip Tree #DFAF3E
Tints of Tulip Tree #DFAF3E
RGB
CMYK
RGB Variations
Color information
#DFAF3E (or 0xDFAF3E) is known color: Tulip Tree. HEX triplet: DF, AF and 3E. RGB value is (223,175,62). Sum of RGB (Red+Green+Blue) = 223+175+62=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAF3E is #2050C1. Grayscale: #B0B0B0. Windows color (decimal): -2117826 or 4108255. OLE color: 4108255.
HSL color Cylindrical-coordinate representation of color #DFAF3E: hue angle of 42.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFAF3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 62 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.13 |
| HSL | 42.11º | 0.72% | 0.56% | - |
| HSV(B) | 42.11º | 0.72% | 0.87% | - |
| XYZ | 46.63 | 46.7 | 11.11 | - |
| YUV | 176.47 | 63.4 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 62 | 0 | 0.22 | 0.72 | 0.13 | 42.11 | 0.72 | 0.56 |
| Hex | DF | AF | 3E | 0 | 16 | 48 | D | 2A | 48 | 38 |
| Octal | 337 | 257 | 76 | 0 | 26 | 110 | 15 | 52 | 110 | 70 |
| Binary | 11011111 | 10101111 | 111110 | 0 | 10110 | 1001000 | 1101 | 101010 | 1001000 | 111000 |
Color Harmonies of #DFAF3E
Complementary color
Monochromatic Colors of #DFAF3E
Black with #DFAF3E
Text Example
Text Example
White with #DFAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF3E; }
p { color: rgb(223,175,62); }
H1.HeaderClassName
{
color: #DFAF3E;
}
.AnyTagClassName
{
color: #DFAF3E;
}
</style>
background-color css
<style>
a { background-color: #DFAF3E; }
a { background-color: rgb(223,175,62); }
div.DivClassName
{
background-color: #DFAF3E;
}
.BgClassName
{
background-color: #DFAF3E;
}
</style>
border-color css
<style>
span { border-color: #DFAF3E; }
span { border-color: rgb(223,175,62); }
td.TdClassName
{
border-color: #DFAF3E;
}
.TagClassName
{
border-color: #DFAF3E;
}
</style>