Shades of Tulip Tree #DFAC34
Tints of Tulip Tree #DFAC34
RGB
CMYK
RGB Variations
Color information
#DFAC34 (or 0xDFAC34) is known color: Tulip Tree. HEX triplet: DF, AC and 34. RGB value is (223,172,52). Sum of RGB (Red+Green+Blue) = 223+172+52=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC34 is #2053CB. Grayscale: #AEAEAE. Windows color (decimal): -2118604 or 3452127. OLE color: 3452127.
HSL color Cylindrical-coordinate representation of color #DFAC34: hue angle of 42.11º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFAC34 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 52 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.13 |
| HSL | 42.11º | 0.73% | 0.54% | - |
| HSV(B) | 42.11º | 0.77% | 0.87% | - |
| XYZ | 45.8 | 45.44 | 9.61 | - |
| YUV | 173.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 52 | 0 | 0.23 | 0.77 | 0.13 | 42.11 | 0.73 | 0.54 |
| Hex | DF | AC | 34 | 0 | 17 | 4D | D | 2A | 49 | 36 |
| Octal | 337 | 254 | 64 | 0 | 27 | 115 | 15 | 52 | 111 | 66 |
| Binary | 11011111 | 10101100 | 110100 | 0 | 10111 | 1001101 | 1101 | 101010 | 1001001 | 110110 |
Color Harmonies of #DFAC34
Complementary color
Monochromatic Colors of #DFAC34
Black with #DFAC34
Text Example
Text Example
White with #DFAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC34; }
p { color: rgb(223,172,52); }
H1.HeaderClassName
{
color: #DFAC34;
}
.AnyTagClassName
{
color: #DFAC34;
}
</style>
background-color css
<style>
a { background-color: #DFAC34; }
a { background-color: rgb(223,172,52); }
div.DivClassName
{
background-color: #DFAC34;
}
.BgClassName
{
background-color: #DFAC34;
}
</style>
border-color css
<style>
span { border-color: #DFAC34; }
span { border-color: rgb(223,172,52); }
td.TdClassName
{
border-color: #DFAC34;
}
.TagClassName
{
border-color: #DFAC34;
}
</style>