Shades of Tulip Tree #DCA546
Tints of Tulip Tree #DCA546
RGB
CMYK
RGB Variations
Color information
#DCA546 (or 0xDCA546) is known color: Tulip Tree. HEX triplet: DC, A5 and 46. RGB value is (220,165,70). Sum of RGB (Red+Green+Blue) = 220+165+70=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA546 is #235AB9. Grayscale: #ABABAB. Windows color (decimal): -2316986 or 4629980. OLE color: 4629980.
HSL color Cylindrical-coordinate representation of color #DCA546: hue angle of 38º 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 #DCA546 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 70 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.14 |
| HSL | 38º | 0.68% | 0.57% | - |
| HSV(B) | 38º | 0.68% | 0.86% | - |
| XYZ | 44.08 | 42.57 | 11.69 | - |
| YUV | 170.62 | 71.22 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 70 | 0 | 0.25 | 0.68 | 0.14 | 38 | 0.68 | 0.57 |
| Hex | DC | A5 | 46 | 0 | 19 | 44 | E | 26 | 44 | 39 |
| Octal | 334 | 245 | 106 | 0 | 31 | 104 | 16 | 46 | 104 | 71 |
| Binary | 11011100 | 10100101 | 1000110 | 0 | 11001 | 1000100 | 1110 | 100110 | 1000100 | 111001 |
Color Harmonies of #DCA546
Complementary color
Monochromatic Colors of #DCA546
Black with #DCA546
Text Example
Text Example
White with #DCA546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA546; }
p { color: rgb(220,165,70); }
H1.HeaderClassName
{
color: #DCA546;
}
.AnyTagClassName
{
color: #DCA546;
}
</style>
background-color css
<style>
a { background-color: #DCA546; }
a { background-color: rgb(220,165,70); }
div.DivClassName
{
background-color: #DCA546;
}
.BgClassName
{
background-color: #DCA546;
}
</style>
border-color css
<style>
span { border-color: #DCA546; }
span { border-color: rgb(220,165,70); }
td.TdClassName
{
border-color: #DCA546;
}
.TagClassName
{
border-color: #DCA546;
}
</style>