Shades of Tulip Tree #DCAC3E
Tints of Tulip Tree #DCAC3E
RGB
CMYK
RGB Variations
Color information
#DCAC3E (or 0xDCAC3E) is known color: Tulip Tree. HEX triplet: DC, AC and 3E. RGB value is (220,172,62). Sum of RGB (Red+Green+Blue) = 220+172+62=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC3E is #2353C1. Grayscale: #AEAEAE. Windows color (decimal): -2315202 or 4107484. OLE color: 4107484.
HSL color Cylindrical-coordinate representation of color #DCAC3E: hue angle of 41.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCAC3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 62 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.14 |
| HSL | 41.77º | 0.69% | 0.55% | - |
| HSV(B) | 41.77º | 0.72% | 0.86% | - |
| XYZ | 45.14 | 45.07 | 10.88 | - |
| YUV | 173.81 | 64.9 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 62 | 0 | 0.22 | 0.72 | 0.14 | 41.77 | 0.69 | 0.55 |
| Hex | DC | AC | 3E | 0 | 16 | 48 | E | 2A | 45 | 37 |
| Octal | 334 | 254 | 76 | 0 | 26 | 110 | 16 | 52 | 105 | 67 |
| Binary | 11011100 | 10101100 | 111110 | 0 | 10110 | 1001000 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DCAC3E
Complementary color
Monochromatic Colors of #DCAC3E
Black with #DCAC3E
Text Example
Text Example
White with #DCAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC3E; }
p { color: rgb(220,172,62); }
H1.HeaderClassName
{
color: #DCAC3E;
}
.AnyTagClassName
{
color: #DCAC3E;
}
</style>
background-color css
<style>
a { background-color: #DCAC3E; }
a { background-color: rgb(220,172,62); }
div.DivClassName
{
background-color: #DCAC3E;
}
.BgClassName
{
background-color: #DCAC3E;
}
</style>
border-color css
<style>
span { border-color: #DCAC3E; }
span { border-color: rgb(220,172,62); }
td.TdClassName
{
border-color: #DCAC3E;
}
.TagClassName
{
border-color: #DCAC3E;
}
</style>