Shades of Tulip Tree #DFAC3A
Tints of Tulip Tree #DFAC3A
RGB
CMYK
RGB Variations
Color information
#DFAC3A (or 0xDFAC3A) is known color: Tulip Tree. HEX triplet: DF, AC and 3A. RGB value is (223,172,58). Sum of RGB (Red+Green+Blue) = 223+172+58=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC3A is #2053C5. Grayscale: #AEAEAE. Windows color (decimal): -2118598 or 3845343. OLE color: 3845343.
HSL color Cylindrical-coordinate representation of color #DFAC3A: hue angle of 41.45º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFAC3A is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 58 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.13 |
| HSL | 41.45º | 0.72% | 0.55% | - |
| HSV(B) | 41.45º | 0.74% | 0.87% | - |
| XYZ | 45.95 | 45.5 | 10.36 | - |
| YUV | 174.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 58 | 0 | 0.23 | 0.74 | 0.13 | 41.45 | 0.72 | 0.55 |
| Hex | DF | AC | 3A | 0 | 17 | 4A | D | 29 | 48 | 37 |
| Octal | 337 | 254 | 72 | 0 | 27 | 112 | 15 | 51 | 110 | 67 |
| Binary | 11011111 | 10101100 | 111010 | 0 | 10111 | 1001010 | 1101 | 101001 | 1001000 | 110111 |
Color Harmonies of #DFAC3A
Complementary color
Monochromatic Colors of #DFAC3A
Black with #DFAC3A
Text Example
Text Example
White with #DFAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC3A; }
p { color: rgb(223,172,58); }
H1.HeaderClassName
{
color: #DFAC3A;
}
.AnyTagClassName
{
color: #DFAC3A;
}
</style>
background-color css
<style>
a { background-color: #DFAC3A; }
a { background-color: rgb(223,172,58); }
div.DivClassName
{
background-color: #DFAC3A;
}
.BgClassName
{
background-color: #DFAC3A;
}
</style>
border-color css
<style>
span { border-color: #DFAC3A; }
span { border-color: rgb(223,172,58); }
td.TdClassName
{
border-color: #DFAC3A;
}
.TagClassName
{
border-color: #DFAC3A;
}
</style>