Shades of Tulip Tree #DFAB3E
Tints of Tulip Tree #DFAB3E
RGB
CMYK
RGB Variations
Color information
#DFAB3E (or 0xDFAB3E) is known color: Tulip Tree. HEX triplet: DF, AB and 3E. RGB value is (223,171,62). Sum of RGB (Red+Green+Blue) = 223+171+62=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB3E is #2054C1. Grayscale: #AEAEAE. Windows color (decimal): -2118850 or 4107231. OLE color: 4107231.
HSL color Cylindrical-coordinate representation of color #DFAB3E: hue angle of 40.62º 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 #DFAB3E is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 62 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.13 |
| HSL | 40.62º | 0.72% | 0.56% | - |
| HSV(B) | 40.62º | 0.72% | 0.87% | - |
| XYZ | 45.86 | 45.16 | 10.86 | - |
| YUV | 174.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 62 | 0 | 0.23 | 0.72 | 0.13 | 40.62 | 0.72 | 0.56 |
| Hex | DF | AB | 3E | 0 | 17 | 48 | D | 29 | 48 | 38 |
| Octal | 337 | 253 | 76 | 0 | 27 | 110 | 15 | 51 | 110 | 70 |
| Binary | 11011111 | 10101011 | 111110 | 0 | 10111 | 1001000 | 1101 | 101001 | 1001000 | 111000 |
Color Harmonies of #DFAB3E
Complementary color
Monochromatic Colors of #DFAB3E
Black with #DFAB3E
Text Example
Text Example
White with #DFAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB3E; }
p { color: rgb(223,171,62); }
H1.HeaderClassName
{
color: #DFAB3E;
}
.AnyTagClassName
{
color: #DFAB3E;
}
</style>
background-color css
<style>
a { background-color: #DFAB3E; }
a { background-color: rgb(223,171,62); }
div.DivClassName
{
background-color: #DFAB3E;
}
.BgClassName
{
background-color: #DFAB3E;
}
</style>
border-color css
<style>
span { border-color: #DFAB3E; }
span { border-color: rgb(223,171,62); }
td.TdClassName
{
border-color: #DFAB3E;
}
.TagClassName
{
border-color: #DFAB3E;
}
</style>