Shades of Tulip Tree #DCA947
Tints of Tulip Tree #DCA947
RGB
CMYK
RGB Variations
Color information
#DCA947 (or 0xDCA947) is known color: Tulip Tree. HEX triplet: DC, A9 and 47. RGB value is (220,169,71). Sum of RGB (Red+Green+Blue) = 220+169+71=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA947 is #2356B8. Grayscale: #ADADAD. Windows color (decimal): -2315961 or 4696540. OLE color: 4696540.
HSL color Cylindrical-coordinate representation of color #DCA947: hue angle of 39.46º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCA947 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 71 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.14 |
| HSL | 39.46º | 0.68% | 0.57% | - |
| HSV(B) | 39.46º | 0.68% | 0.86% | - |
| XYZ | 44.84 | 44.05 | 12.1 | - |
| YUV | 173.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 71 | 0 | 0.23 | 0.68 | 0.14 | 39.46 | 0.68 | 0.57 |
| Hex | DC | A9 | 47 | 0 | 17 | 44 | E | 27 | 44 | 39 |
| Octal | 334 | 251 | 107 | 0 | 27 | 104 | 16 | 47 | 104 | 71 |
| Binary | 11011100 | 10101001 | 1000111 | 0 | 10111 | 1000100 | 1110 | 100111 | 1000100 | 111001 |
Color Harmonies of #DCA947
Complementary color
Monochromatic Colors of #DCA947
Black with #DCA947
Text Example
Text Example
White with #DCA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA947; }
p { color: rgb(220,169,71); }
H1.HeaderClassName
{
color: #DCA947;
}
.AnyTagClassName
{
color: #DCA947;
}
</style>
background-color css
<style>
a { background-color: #DCA947; }
a { background-color: rgb(220,169,71); }
div.DivClassName
{
background-color: #DCA947;
}
.BgClassName
{
background-color: #DCA947;
}
</style>
border-color css
<style>
span { border-color: #DCA947; }
span { border-color: rgb(220,169,71); }
td.TdClassName
{
border-color: #DCA947;
}
.TagClassName
{
border-color: #DCA947;
}
</style>