Shades of Tulip Tree #DCA53C
Tints of Tulip Tree #DCA53C
RGB
CMYK
RGB Variations
Color information
#DCA53C (or 0xDCA53C) is known color: Tulip Tree. HEX triplet: DC, A5 and 3C. RGB value is (220,165,60). Sum of RGB (Red+Green+Blue) = 220+165+60=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA53C is #235AC3. Grayscale: #A9A9A9. Windows color (decimal): -2316996 or 3974620. OLE color: 3974620.
HSL color Cylindrical-coordinate representation of color #DCA53C: hue angle of 39.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCA53C is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 60 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.14 |
| HSL | 39.38º | 0.7% | 0.55% | - |
| HSV(B) | 39.38º | 0.73% | 0.86% | - |
| XYZ | 43.79 | 42.45 | 10.16 | - |
| YUV | 169.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 60 | 0 | 0.25 | 0.73 | 0.14 | 39.38 | 0.7 | 0.55 |
| Hex | DC | A5 | 3C | 0 | 19 | 49 | E | 27 | 46 | 37 |
| Octal | 334 | 245 | 74 | 0 | 31 | 111 | 16 | 47 | 106 | 67 |
| Binary | 11011100 | 10100101 | 111100 | 0 | 11001 | 1001001 | 1110 | 100111 | 1000110 | 110111 |
Color Harmonies of #DCA53C
Complementary color
Monochromatic Colors of #DCA53C
Black with #DCA53C
Text Example
Text Example
White with #DCA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA53C; }
p { color: rgb(220,165,60); }
H1.HeaderClassName
{
color: #DCA53C;
}
.AnyTagClassName
{
color: #DCA53C;
}
</style>
background-color css
<style>
a { background-color: #DCA53C; }
a { background-color: rgb(220,165,60); }
div.DivClassName
{
background-color: #DCA53C;
}
.BgClassName
{
background-color: #DCA53C;
}
</style>
border-color css
<style>
span { border-color: #DCA53C; }
span { border-color: rgb(220,165,60); }
td.TdClassName
{
border-color: #DCA53C;
}
.TagClassName
{
border-color: #DCA53C;
}
</style>