Shades of Tulip Tree #DCA232
Tints of Tulip Tree #DCA232
RGB
CMYK
RGB Variations
Color information
#DCA232 (or 0xDCA232) is known color: Tulip Tree. HEX triplet: DC, A2 and 32. RGB value is (220,162,50). Sum of RGB (Red+Green+Blue) = 220+162+50=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA232 is #235DCD. Grayscale: #A7A7A7. Windows color (decimal): -2317774 or 3318492. OLE color: 3318492.
HSL color Cylindrical-coordinate representation of color #DCA232: hue angle of 39.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCA232 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 50 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.14 |
| HSL | 39.53º | 0.71% | 0.53% | - |
| HSV(B) | 39.53º | 0.77% | 0.86% | - |
| XYZ | 43.01 | 41.29 | 8.72 | - |
| YUV | 166.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 50 | 0 | 0.26 | 0.77 | 0.14 | 39.53 | 0.71 | 0.53 |
| Hex | DC | A2 | 32 | 0 | 1A | 4D | E | 28 | 47 | 35 |
| Octal | 334 | 242 | 62 | 0 | 32 | 115 | 16 | 50 | 107 | 65 |
| Binary | 11011100 | 10100010 | 110010 | 0 | 11010 | 1001101 | 1110 | 101000 | 1000111 | 110101 |
Color Harmonies of #DCA232
Complementary color
Monochromatic Colors of #DCA232
Black with #DCA232
Text Example
Text Example
White with #DCA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA232; }
p { color: rgb(220,162,50); }
H1.HeaderClassName
{
color: #DCA232;
}
.AnyTagClassName
{
color: #DCA232;
}
</style>
background-color css
<style>
a { background-color: #DCA232; }
a { background-color: rgb(220,162,50); }
div.DivClassName
{
background-color: #DCA232;
}
.BgClassName
{
background-color: #DCA232;
}
</style>
border-color css
<style>
span { border-color: #DCA232; }
span { border-color: rgb(220,162,50); }
td.TdClassName
{
border-color: #DCA232;
}
.TagClassName
{
border-color: #DCA232;
}
</style>