Shades of Tulip Tree #DCA545
Tints of Tulip Tree #DCA545
RGB
CMYK
RGB Variations
Color information
#DCA545 (or 0xDCA545) is known color: Tulip Tree. HEX triplet: DC, A5 and 45. RGB value is (220,165,69). Sum of RGB (Red+Green+Blue) = 220+165+69=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA545 is #235ABA. Grayscale: #AAAAAA. Windows color (decimal): -2316987 or 4564444. OLE color: 4564444.
HSL color Cylindrical-coordinate representation of color #DCA545: hue angle of 38.15º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCA545 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 69 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.14 |
| HSL | 38.15º | 0.68% | 0.57% | - |
| HSV(B) | 38.15º | 0.69% | 0.86% | - |
| XYZ | 44.04 | 42.56 | 11.52 | - |
| YUV | 170.5 | 70.72 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 69 | 0 | 0.25 | 0.69 | 0.14 | 38.15 | 0.68 | 0.57 |
| Hex | DC | A5 | 45 | 0 | 19 | 45 | E | 26 | 44 | 39 |
| Octal | 334 | 245 | 105 | 0 | 31 | 105 | 16 | 46 | 104 | 71 |
| Binary | 11011100 | 10100101 | 1000101 | 0 | 11001 | 1000101 | 1110 | 100110 | 1000100 | 111001 |
Color Harmonies of #DCA545
Complementary color
Monochromatic Colors of #DCA545
Black with #DCA545
Text Example
Text Example
White with #DCA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA545; }
p { color: rgb(220,165,69); }
H1.HeaderClassName
{
color: #DCA545;
}
.AnyTagClassName
{
color: #DCA545;
}
</style>
background-color css
<style>
a { background-color: #DCA545; }
a { background-color: rgb(220,165,69); }
div.DivClassName
{
background-color: #DCA545;
}
.BgClassName
{
background-color: #DCA545;
}
</style>
border-color css
<style>
span { border-color: #DCA545; }
span { border-color: rgb(220,165,69); }
td.TdClassName
{
border-color: #DCA545;
}
.TagClassName
{
border-color: #DCA545;
}
</style>