Shades of Tulip Tree #DCAC41
Tints of Tulip Tree #DCAC41
RGB
CMYK
RGB Variations
Color information
#DCAC41 (or 0xDCAC41) is known color: Tulip Tree. HEX triplet: DC, AC and 41. RGB value is (220,172,65). Sum of RGB (Red+Green+Blue) = 220+172+65=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC41 is #2353BE. Grayscale: #AEAEAE. Windows color (decimal): -2315199 or 4304092. OLE color: 4304092.
HSL color Cylindrical-coordinate representation of color #DCAC41: hue angle of 41.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCAC41 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 65 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.14 |
| HSL | 41.42º | 0.69% | 0.56% | - |
| HSV(B) | 41.42º | 0.7% | 0.86% | - |
| XYZ | 45.22 | 45.1 | 11.32 | - |
| YUV | 174.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 65 | 0 | 0.22 | 0.70 | 0.14 | 41.42 | 0.69 | 0.56 |
| Hex | DC | AC | 41 | 0 | 16 | 46 | E | 29 | 45 | 38 |
| Octal | 334 | 254 | 101 | 0 | 26 | 106 | 16 | 51 | 105 | 70 |
| Binary | 11011100 | 10101100 | 1000001 | 0 | 10110 | 1000110 | 1110 | 101001 | 1000101 | 111000 |
Color Harmonies of #DCAC41
Complementary color
Monochromatic Colors of #DCAC41
Black with #DCAC41
Text Example
Text Example
White with #DCAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC41; }
p { color: rgb(220,172,65); }
H1.HeaderClassName
{
color: #DCAC41;
}
.AnyTagClassName
{
color: #DCAC41;
}
</style>
background-color css
<style>
a { background-color: #DCAC41; }
a { background-color: rgb(220,172,65); }
div.DivClassName
{
background-color: #DCAC41;
}
.BgClassName
{
background-color: #DCAC41;
}
</style>
border-color css
<style>
span { border-color: #DCAC41; }
span { border-color: rgb(220,172,65); }
td.TdClassName
{
border-color: #DCAC41;
}
.TagClassName
{
border-color: #DCAC41;
}
</style>