Shades of Tulip Tree #DFAB32
Tints of Tulip Tree #DFAB32
RGB
CMYK
RGB Variations
Color information
#DFAB32 (or 0xDFAB32) is known color: Tulip Tree. HEX triplet: DF, AB and 32. RGB value is (223,171,50). Sum of RGB (Red+Green+Blue) = 223+171+50=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB32 is #2054CD. Grayscale: #ADADAD. Windows color (decimal): -2118862 or 3320799. OLE color: 3320799.
HSL color Cylindrical-coordinate representation of color #DFAB32: hue angle of 41.97º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFAB32 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 171 | 50 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.13 |
| HSL | 41.97º | 0.73% | 0.54% | - |
| HSV(B) | 41.97º | 0.78% | 0.87% | - |
| XYZ | 45.57 | 45.04 | 9.31 | - |
| YUV | 172.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 171 | 50 | 0 | 0.23 | 0.78 | 0.13 | 41.97 | 0.73 | 0.54 |
| Hex | DF | AB | 32 | 0 | 17 | 4E | D | 2A | 49 | 36 |
| Octal | 337 | 253 | 62 | 0 | 27 | 116 | 15 | 52 | 111 | 66 |
| Binary | 11011111 | 10101011 | 110010 | 0 | 10111 | 1001110 | 1101 | 101010 | 1001001 | 110110 |
Color Harmonies of #DFAB32
Complementary color
Monochromatic Colors of #DFAB32
Black with #DFAB32
Text Example
Text Example
White with #DFAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAB32; }
p { color: rgb(223,171,50); }
H1.HeaderClassName
{
color: #DFAB32;
}
.AnyTagClassName
{
color: #DFAB32;
}
</style>
background-color css
<style>
a { background-color: #DFAB32; }
a { background-color: rgb(223,171,50); }
div.DivClassName
{
background-color: #DFAB32;
}
.BgClassName
{
background-color: #DFAB32;
}
</style>
border-color css
<style>
span { border-color: #DFAB32; }
span { border-color: rgb(223,171,50); }
td.TdClassName
{
border-color: #DFAB32;
}
.TagClassName
{
border-color: #DFAB32;
}
</style>