Shades of Tulip Tree #DCA532
Tints of Tulip Tree #DCA532
RGB
CMYK
RGB Variations
Color information
#DCA532 (or 0xDCA532) is known color: Tulip Tree. HEX triplet: DC, A5 and 32. RGB value is (220,165,50). Sum of RGB (Red+Green+Blue) = 220+165+50=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA532 is #235ACD. Grayscale: #A8A8A8. Windows color (decimal): -2317006 or 3319260. OLE color: 3319260.
HSL color Cylindrical-coordinate representation of color #DCA532: hue angle of 40.59º 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 #DCA532 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 50 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.14 |
| HSL | 40.59º | 0.71% | 0.53% | - |
| HSV(B) | 40.59º | 0.77% | 0.86% | - |
| XYZ | 43.55 | 42.36 | 8.9 | - |
| YUV | 168.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 50 | 0 | 0.25 | 0.77 | 0.14 | 40.59 | 0.71 | 0.53 |
| Hex | DC | A5 | 32 | 0 | 19 | 4D | E | 29 | 47 | 35 |
| Octal | 334 | 245 | 62 | 0 | 31 | 115 | 16 | 51 | 107 | 65 |
| Binary | 11011100 | 10100101 | 110010 | 0 | 11001 | 1001101 | 1110 | 101001 | 1000111 | 110101 |
Color Harmonies of #DCA532
Complementary color
Monochromatic Colors of #DCA532
Black with #DCA532
Text Example
Text Example
White with #DCA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA532; }
p { color: rgb(220,165,50); }
H1.HeaderClassName
{
color: #DCA532;
}
.AnyTagClassName
{
color: #DCA532;
}
</style>
background-color css
<style>
a { background-color: #DCA532; }
a { background-color: rgb(220,165,50); }
div.DivClassName
{
background-color: #DCA532;
}
.BgClassName
{
background-color: #DCA532;
}
</style>
border-color css
<style>
span { border-color: #DCA532; }
span { border-color: rgb(220,165,50); }
td.TdClassName
{
border-color: #DCA532;
}
.TagClassName
{
border-color: #DCA532;
}
</style>