Shades of Tulip Tree #DFAB41
Tints of Tulip Tree #DFAB41
RGB
CMYK
RGB Variations
Color information
#DFAB41 (or 0xDFAB41) is known color: Tulip Tree. HEX triplet: DF, AB and 41. RGB value is (223,171,65). Sum of RGB (Red+Green+Blue) = 223+171+65=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB41 is #2054BE. Grayscale: #AEAEAE. Windows color (decimal): -2118847 or 4303839. OLE color: 4303839.
HSL color Cylindrical-coordinate representation of color #DFAB41: hue angle of 40.25º 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 #DFAB41 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 65 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.13 |
| HSL | 40.25º | 0.71% | 0.56% | - |
| HSV(B) | 40.25º | 0.71% | 0.87% | - |
| XYZ | 45.95 | 45.2 | 11.3 | - |
| YUV | 174.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 65 | 0 | 0.23 | 0.71 | 0.13 | 40.25 | 0.71 | 0.56 |
| Hex | DF | AB | 41 | 0 | 17 | 47 | D | 28 | 47 | 38 |
| Octal | 337 | 253 | 101 | 0 | 27 | 107 | 15 | 50 | 107 | 70 |
| Binary | 11011111 | 10101011 | 1000001 | 0 | 10111 | 1000111 | 1101 | 101000 | 1000111 | 111000 |
Color Harmonies of #DFAB41
Complementary color
Monochromatic Colors of #DFAB41
Black with #DFAB41
Text Example
Text Example
White with #DFAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB41; }
p { color: rgb(223,171,65); }
H1.HeaderClassName
{
color: #DFAB41;
}
.AnyTagClassName
{
color: #DFAB41;
}
</style>
background-color css
<style>
a { background-color: #DFAB41; }
a { background-color: rgb(223,171,65); }
div.DivClassName
{
background-color: #DFAB41;
}
.BgClassName
{
background-color: #DFAB41;
}
</style>
border-color css
<style>
span { border-color: #DFAB41; }
span { border-color: rgb(223,171,65); }
td.TdClassName
{
border-color: #DFAB41;
}
.TagClassName
{
border-color: #DFAB41;
}
</style>