Shades of Tulip Tree #DCAC3F
Tints of Tulip Tree #DCAC3F
RGB
CMYK
RGB Variations
Color information
#DCAC3F (or 0xDCAC3F) is known color: Tulip Tree. HEX triplet: DC, AC and 3F. RGB value is (220,172,63). Sum of RGB (Red+Green+Blue) = 220+172+63=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC3F is #2353C0. Grayscale: #AEAEAE. Windows color (decimal): -2315201 or 4173020. OLE color: 4173020.
HSL color Cylindrical-coordinate representation of color #DCAC3F: hue angle of 41.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCAC3F is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 63 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.14 |
| HSL | 41.66º | 0.69% | 0.55% | - |
| HSV(B) | 41.66º | 0.71% | 0.86% | - |
| XYZ | 45.16 | 45.08 | 11.02 | - |
| YUV | 173.93 | 65.4 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 63 | 0 | 0.22 | 0.71 | 0.14 | 41.66 | 0.69 | 0.55 |
| Hex | DC | AC | 3F | 0 | 16 | 47 | E | 2A | 45 | 37 |
| Octal | 334 | 254 | 77 | 0 | 26 | 107 | 16 | 52 | 105 | 67 |
| Binary | 11011100 | 10101100 | 111111 | 0 | 10110 | 1000111 | 1110 | 101010 | 1000101 | 110111 |
Color Harmonies of #DCAC3F
Complementary color
Monochromatic Colors of #DCAC3F
Black with #DCAC3F
Text Example
Text Example
White with #DCAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC3F; }
p { color: rgb(220,172,63); }
H1.HeaderClassName
{
color: #DCAC3F;
}
.AnyTagClassName
{
color: #DCAC3F;
}
</style>
background-color css
<style>
a { background-color: #DCAC3F; }
a { background-color: rgb(220,172,63); }
div.DivClassName
{
background-color: #DCAC3F;
}
.BgClassName
{
background-color: #DCAC3F;
}
</style>
border-color css
<style>
span { border-color: #DCAC3F; }
span { border-color: rgb(220,172,63); }
td.TdClassName
{
border-color: #DCAC3F;
}
.TagClassName
{
border-color: #DCAC3F;
}
</style>