Shades of Tulip Tree #DCAC44
Tints of Tulip Tree #DCAC44
RGB
CMYK
RGB Variations
Color information
#DCAC44 (or 0xDCAC44) is known color: Tulip Tree. HEX triplet: DC, AC and 44. RGB value is (220,172,68). Sum of RGB (Red+Green+Blue) = 220+172+68=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC44 is #2353BB. Grayscale: #AEAEAE. Windows color (decimal): -2315196 or 4500700. OLE color: 4500700.
HSL color Cylindrical-coordinate representation of color #DCAC44: hue angle of 41.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCAC44 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 68 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.14 |
| HSL | 41.05º | 0.68% | 0.56% | - |
| HSV(B) | 41.05º | 0.69% | 0.86% | - |
| XYZ | 45.31 | 45.14 | 11.79 | - |
| YUV | 174.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 68 | 0 | 0.22 | 0.69 | 0.14 | 41.05 | 0.68 | 0.56 |
| Hex | DC | AC | 44 | 0 | 16 | 45 | E | 29 | 44 | 38 |
| Octal | 334 | 254 | 104 | 0 | 26 | 105 | 16 | 51 | 104 | 70 |
| Binary | 11011100 | 10101100 | 1000100 | 0 | 10110 | 1000101 | 1110 | 101001 | 1000100 | 111000 |
Color Harmonies of #DCAC44
Complementary color
Monochromatic Colors of #DCAC44
Black with #DCAC44
Text Example
Text Example
White with #DCAC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC44; }
p { color: rgb(220,172,68); }
H1.HeaderClassName
{
color: #DCAC44;
}
.AnyTagClassName
{
color: #DCAC44;
}
</style>
background-color css
<style>
a { background-color: #DCAC44; }
a { background-color: rgb(220,172,68); }
div.DivClassName
{
background-color: #DCAC44;
}
.BgClassName
{
background-color: #DCAC44;
}
</style>
border-color css
<style>
span { border-color: #DCAC44; }
span { border-color: rgb(220,172,68); }
td.TdClassName
{
border-color: #DCAC44;
}
.TagClassName
{
border-color: #DCAC44;
}
</style>