Shades of Tulip Tree #DCA53A
Tints of Tulip Tree #DCA53A
RGB
CMYK
RGB Variations
Color information
#DCA53A (or 0xDCA53A) is known color: Tulip Tree. HEX triplet: DC, A5 and 3A. RGB value is (220,165,58). Sum of RGB (Red+Green+Blue) = 220+165+58=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA53A is #235AC5. Grayscale: #A9A9A9. Windows color (decimal): -2316998 or 3843548. OLE color: 3843548.
HSL color Cylindrical-coordinate representation of color #DCA53A: hue angle of 39.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCA53A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 58 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.14 |
| HSL | 39.63º | 0.7% | 0.55% | - |
| HSV(B) | 39.63º | 0.74% | 0.86% | - |
| XYZ | 43.73 | 42.43 | 9.89 | - |
| YUV | 169.25 | 65.22 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 58 | 0 | 0.25 | 0.74 | 0.14 | 39.63 | 0.7 | 0.55 |
| Hex | DC | A5 | 3A | 0 | 19 | 4A | E | 28 | 46 | 37 |
| Octal | 334 | 245 | 72 | 0 | 31 | 112 | 16 | 50 | 106 | 67 |
| Binary | 11011100 | 10100101 | 111010 | 0 | 11001 | 1001010 | 1110 | 101000 | 1000110 | 110111 |
Color Harmonies of #DCA53A
Complementary color
Monochromatic Colors of #DCA53A
Black with #DCA53A
Text Example
Text Example
White with #DCA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA53A; }
p { color: rgb(220,165,58); }
H1.HeaderClassName
{
color: #DCA53A;
}
.AnyTagClassName
{
color: #DCA53A;
}
</style>
background-color css
<style>
a { background-color: #DCA53A; }
a { background-color: rgb(220,165,58); }
div.DivClassName
{
background-color: #DCA53A;
}
.BgClassName
{
background-color: #DCA53A;
}
</style>
border-color css
<style>
span { border-color: #DCA53A; }
span { border-color: rgb(220,165,58); }
td.TdClassName
{
border-color: #DCA53A;
}
.TagClassName
{
border-color: #DCA53A;
}
</style>