Shades of Tulip Tree #DFAC35
Tints of Tulip Tree #DFAC35
RGB
CMYK
RGB Variations
Color information
#DFAC35 (or 0xDFAC35) is known color: Tulip Tree. HEX triplet: DF, AC and 35. RGB value is (223,172,53). Sum of RGB (Red+Green+Blue) = 223+172+53=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC35 is #2053CA. Grayscale: #AEAEAE. Windows color (decimal): -2118603 or 3517663. OLE color: 3517663.
HSL color Cylindrical-coordinate representation of color #DFAC35: hue angle of 42º 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 #DFAC35 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 53 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.13 |
| HSL | 42º | 0.73% | 0.54% | - |
| HSV(B) | 42º | 0.76% | 0.87% | - |
| XYZ | 45.83 | 45.45 | 9.73 | - |
| YUV | 173.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 53 | 0 | 0.23 | 0.76 | 0.13 | 42 | 0.73 | 0.54 |
| Hex | DF | AC | 35 | 0 | 17 | 4C | D | 2A | 49 | 36 |
| Octal | 337 | 254 | 65 | 0 | 27 | 114 | 15 | 52 | 111 | 66 |
| Binary | 11011111 | 10101100 | 110101 | 0 | 10111 | 1001100 | 1101 | 101010 | 1001001 | 110110 |
Color Harmonies of #DFAC35
Complementary color
Monochromatic Colors of #DFAC35
Black with #DFAC35
Text Example
Text Example
White with #DFAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC35; }
p { color: rgb(223,172,53); }
H1.HeaderClassName
{
color: #DFAC35;
}
.AnyTagClassName
{
color: #DFAC35;
}
</style>
background-color css
<style>
a { background-color: #DFAC35; }
a { background-color: rgb(223,172,53); }
div.DivClassName
{
background-color: #DFAC35;
}
.BgClassName
{
background-color: #DFAC35;
}
</style>
border-color css
<style>
span { border-color: #DFAC35; }
span { border-color: rgb(223,172,53); }
td.TdClassName
{
border-color: #DFAC35;
}
.TagClassName
{
border-color: #DFAC35;
}
</style>