Shades of Tulip Tree #DFAC32
Tints of Tulip Tree #DFAC32
RGB
CMYK
RGB Variations
Color information
#DFAC32 (or 0xDFAC32) is known color: Tulip Tree. HEX triplet: DF, AC and 32. RGB value is (223,172,50). Sum of RGB (Red+Green+Blue) = 223+172+50=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC32 is #2053CD. Grayscale: #ADADAD. Windows color (decimal): -2118606 or 3321055. OLE color: 3321055.
HSL color Cylindrical-coordinate representation of color #DFAC32: hue angle of 42.31º 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 #DFAC32 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 50 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.13 |
| HSL | 42.31º | 0.73% | 0.54% | - |
| HSV(B) | 42.31º | 0.78% | 0.87% | - |
| XYZ | 45.76 | 45.42 | 9.37 | - |
| YUV | 173.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 50 | 0 | 0.23 | 0.78 | 0.13 | 42.31 | 0.73 | 0.54 |
| Hex | DF | AC | 32 | 0 | 17 | 4E | D | 2A | 49 | 36 |
| Octal | 337 | 254 | 62 | 0 | 27 | 116 | 15 | 52 | 111 | 66 |
| Binary | 11011111 | 10101100 | 110010 | 0 | 10111 | 1001110 | 1101 | 101010 | 1001001 | 110110 |
Color Harmonies of #DFAC32
Complementary color
Monochromatic Colors of #DFAC32
Black with #DFAC32
Text Example
Text Example
White with #DFAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC32; }
p { color: rgb(223,172,50); }
H1.HeaderClassName
{
color: #DFAC32;
}
.AnyTagClassName
{
color: #DFAC32;
}
</style>
background-color css
<style>
a { background-color: #DFAC32; }
a { background-color: rgb(223,172,50); }
div.DivClassName
{
background-color: #DFAC32;
}
.BgClassName
{
background-color: #DFAC32;
}
</style>
border-color css
<style>
span { border-color: #DFAC32; }
span { border-color: rgb(223,172,50); }
td.TdClassName
{
border-color: #DFAC32;
}
.TagClassName
{
border-color: #DFAC32;
}
</style>