Shades of Tulip Tree #DFAB35
Tints of Tulip Tree #DFAB35
RGB
CMYK
RGB Variations
Color information
#DFAB35 (or 0xDFAB35) is known color: Tulip Tree. HEX triplet: DF, AB and 35. RGB value is (223,171,53). Sum of RGB (Red+Green+Blue) = 223+171+53=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB35 is #2054CA. Grayscale: #ADADAD. Windows color (decimal): -2118859 or 3517407. OLE color: 3517407.
HSL color Cylindrical-coordinate representation of color #DFAB35: hue angle of 41.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFAB35 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 53 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.13 |
| HSL | 41.65º | 0.73% | 0.54% | - |
| HSV(B) | 41.65º | 0.76% | 0.87% | - |
| XYZ | 45.64 | 45.07 | 9.66 | - |
| YUV | 173.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 53 | 0 | 0.23 | 0.76 | 0.13 | 41.65 | 0.73 | 0.54 |
| Hex | DF | AB | 35 | 0 | 17 | 4C | D | 2A | 49 | 36 |
| Octal | 337 | 253 | 65 | 0 | 27 | 114 | 15 | 52 | 111 | 66 |
| Binary | 11011111 | 10101011 | 110101 | 0 | 10111 | 1001100 | 1101 | 101010 | 1001001 | 110110 |
Color Harmonies of #DFAB35
Complementary color
Monochromatic Colors of #DFAB35
Black with #DFAB35
Text Example
Text Example
White with #DFAB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB35; }
p { color: rgb(223,171,53); }
H1.HeaderClassName
{
color: #DFAB35;
}
.AnyTagClassName
{
color: #DFAB35;
}
</style>
background-color css
<style>
a { background-color: #DFAB35; }
a { background-color: rgb(223,171,53); }
div.DivClassName
{
background-color: #DFAB35;
}
.BgClassName
{
background-color: #DFAB35;
}
</style>
border-color css
<style>
span { border-color: #DFAB35; }
span { border-color: rgb(223,171,53); }
td.TdClassName
{
border-color: #DFAB35;
}
.TagClassName
{
border-color: #DFAB35;
}
</style>