Shades of Tulip Tree #DFAC42
Tints of Tulip Tree #DFAC42
RGB
CMYK
RGB Variations
Color information
#DFAC42 (or 0xDFAC42) is known color: Tulip Tree. HEX triplet: DF, AC and 42. RGB value is (223,172,66). Sum of RGB (Red+Green+Blue) = 223+172+66=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC42 is #2053BD. Grayscale: #AFAFAF. Windows color (decimal): -2118590 or 4369631. OLE color: 4369631.
HSL color Cylindrical-coordinate representation of color #DFAC42: hue angle of 40.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFAC42 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 66 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.13 |
| HSL | 40.51º | 0.71% | 0.57% | - |
| HSV(B) | 40.51º | 0.7% | 0.87% | - |
| XYZ | 46.17 | 45.59 | 11.52 | - |
| YUV | 175.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 66 | 0 | 0.23 | 0.70 | 0.13 | 40.51 | 0.71 | 0.57 |
| Hex | DF | AC | 42 | 0 | 17 | 46 | D | 29 | 47 | 39 |
| Octal | 337 | 254 | 102 | 0 | 27 | 106 | 15 | 51 | 107 | 71 |
| Binary | 11011111 | 10101100 | 1000010 | 0 | 10111 | 1000110 | 1101 | 101001 | 1000111 | 111001 |
Color Harmonies of #DFAC42
Complementary color
Monochromatic Colors of #DFAC42
Black with #DFAC42
Text Example
Text Example
White with #DFAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC42; }
p { color: rgb(223,172,66); }
H1.HeaderClassName
{
color: #DFAC42;
}
.AnyTagClassName
{
color: #DFAC42;
}
</style>
background-color css
<style>
a { background-color: #DFAC42; }
a { background-color: rgb(223,172,66); }
div.DivClassName
{
background-color: #DFAC42;
}
.BgClassName
{
background-color: #DFAC42;
}
</style>
border-color css
<style>
span { border-color: #DFAC42; }
span { border-color: rgb(223,172,66); }
td.TdClassName
{
border-color: #DFAC42;
}
.TagClassName
{
border-color: #DFAC42;
}
</style>