Shades of Tulip Tree #DCAC48
Tints of Tulip Tree #DCAC48
RGB
CMYK
RGB Variations
Color information
#DCAC48 (or 0xDCAC48) is known color: Tulip Tree. HEX triplet: DC, AC and 48. RGB value is (220,172,72). Sum of RGB (Red+Green+Blue) = 220+172+72=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC48 is #2353B7. Grayscale: #AFAFAF. Windows color (decimal): -2315192 or 4762844. OLE color: 4762844.
HSL color Cylindrical-coordinate representation of color #DCAC48: hue angle of 40.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCAC48 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 72 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.14 |
| HSL | 40.54º | 0.68% | 0.57% | - |
| HSV(B) | 40.54º | 0.67% | 0.86% | - |
| XYZ | 45.44 | 45.19 | 12.46 | - |
| YUV | 174.95 | 69.9 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 72 | 0 | 0.22 | 0.67 | 0.14 | 40.54 | 0.68 | 0.57 |
| Hex | DC | AC | 48 | 0 | 16 | 43 | E | 29 | 44 | 39 |
| Octal | 334 | 254 | 110 | 0 | 26 | 103 | 16 | 51 | 104 | 71 |
| Binary | 11011100 | 10101100 | 1001000 | 0 | 10110 | 1000011 | 1110 | 101001 | 1000100 | 111001 |
Color Harmonies of #DCAC48
Complementary color
Monochromatic Colors of #DCAC48
Black with #DCAC48
Text Example
Text Example
White with #DCAC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC48; }
p { color: rgb(220,172,72); }
H1.HeaderClassName
{
color: #DCAC48;
}
.AnyTagClassName
{
color: #DCAC48;
}
</style>
background-color css
<style>
a { background-color: #DCAC48; }
a { background-color: rgb(220,172,72); }
div.DivClassName
{
background-color: #DCAC48;
}
.BgClassName
{
background-color: #DCAC48;
}
</style>
border-color css
<style>
span { border-color: #DCAC48; }
span { border-color: rgb(220,172,72); }
td.TdClassName
{
border-color: #DCAC48;
}
.TagClassName
{
border-color: #DCAC48;
}
</style>