Shades of Tulip Tree #DCAC40
Tints of Tulip Tree #DCAC40
RGB
CMYK
RGB Variations
Color information
#DCAC40 (or 0xDCAC40) is known color: Tulip Tree. HEX triplet: DC, AC and 40. RGB value is (220,172,64). Sum of RGB (Red+Green+Blue) = 220+172+64=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC40 is #2353BF. Grayscale: #AEAEAE. Windows color (decimal): -2315200 or 4238556. OLE color: 4238556.
HSL color Cylindrical-coordinate representation of color #DCAC40: hue angle of 41.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCAC40 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 64 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.14 |
| HSL | 41.54º | 0.69% | 0.56% | - |
| HSV(B) | 41.54º | 0.71% | 0.86% | - |
| XYZ | 45.19 | 45.09 | 11.17 | - |
| YUV | 174.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 64 | 0 | 0.22 | 0.71 | 0.14 | 41.54 | 0.69 | 0.56 |
| Hex | DC | AC | 40 | 0 | 16 | 47 | E | 2A | 45 | 38 |
| Octal | 334 | 254 | 100 | 0 | 26 | 107 | 16 | 52 | 105 | 70 |
| Binary | 11011100 | 10101100 | 1000000 | 0 | 10110 | 1000111 | 1110 | 101010 | 1000101 | 111000 |
Color Harmonies of #DCAC40
Complementary color
Monochromatic Colors of #DCAC40
Black with #DCAC40
Text Example
Text Example
White with #DCAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC40; }
p { color: rgb(220,172,64); }
H1.HeaderClassName
{
color: #DCAC40;
}
.AnyTagClassName
{
color: #DCAC40;
}
</style>
background-color css
<style>
a { background-color: #DCAC40; }
a { background-color: rgb(220,172,64); }
div.DivClassName
{
background-color: #DCAC40;
}
.BgClassName
{
background-color: #DCAC40;
}
</style>
border-color css
<style>
span { border-color: #DCAC40; }
span { border-color: rgb(220,172,64); }
td.TdClassName
{
border-color: #DCAC40;
}
.TagClassName
{
border-color: #DCAC40;
}
</style>