Shades of Tulip Tree #DCAC38
Tints of Tulip Tree #DCAC38
RGB
CMYK
RGB Variations
Color information
#DCAC38 (or 0xDCAC38) is known color: Tulip Tree. HEX triplet: DC, AC and 38. RGB value is (220,172,56). Sum of RGB (Red+Green+Blue) = 220+172+56=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC38 is #2353C7. Grayscale: #ADADAD. Windows color (decimal): -2315208 or 3714268. OLE color: 3714268.
HSL color Cylindrical-coordinate representation of color #DCAC38: hue angle of 42.44º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCAC38 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 56 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.14 |
| HSL | 42.44º | 0.7% | 0.54% | - |
| HSV(B) | 42.44º | 0.75% | 0.86% | - |
| XYZ | 44.98 | 45.01 | 10.06 | - |
| YUV | 173.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 56 | 0 | 0.22 | 0.75 | 0.14 | 42.44 | 0.7 | 0.54 |
| Hex | DC | AC | 38 | 0 | 16 | 4B | E | 2A | 46 | 36 |
| Octal | 334 | 254 | 70 | 0 | 26 | 113 | 16 | 52 | 106 | 66 |
| Binary | 11011100 | 10101100 | 111000 | 0 | 10110 | 1001011 | 1110 | 101010 | 1000110 | 110110 |
Color Harmonies of #DCAC38
Complementary color
Monochromatic Colors of #DCAC38
Black with #DCAC38
Text Example
Text Example
White with #DCAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC38; }
p { color: rgb(220,172,56); }
H1.HeaderClassName
{
color: #DCAC38;
}
.AnyTagClassName
{
color: #DCAC38;
}
</style>
background-color css
<style>
a { background-color: #DCAC38; }
a { background-color: rgb(220,172,56); }
div.DivClassName
{
background-color: #DCAC38;
}
.BgClassName
{
background-color: #DCAC38;
}
</style>
border-color css
<style>
span { border-color: #DCAC38; }
span { border-color: rgb(220,172,56); }
td.TdClassName
{
border-color: #DCAC38;
}
.TagClassName
{
border-color: #DCAC38;
}
</style>