Shades of Tulip Tree #DCA533
Tints of Tulip Tree #DCA533
RGB
CMYK
RGB Variations
Color information
#DCA533 (or 0xDCA533) is known color: Tulip Tree. HEX triplet: DC, A5 and 33. RGB value is (220,165,51). Sum of RGB (Red+Green+Blue) = 220+165+51=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA533 is #235ACC. Grayscale: #A8A8A8. Windows color (decimal): -2317005 or 3384796. OLE color: 3384796.
HSL color Cylindrical-coordinate representation of color #DCA533: hue angle of 40.47º 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 #DCA533 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 165 | 51 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.14 |
| HSL | 40.47º | 0.71% | 0.53% | - |
| HSV(B) | 40.47º | 0.77% | 0.86% | - |
| XYZ | 43.57 | 42.36 | 9.01 | - |
| YUV | 168.45 | 61.72 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 51 | 0 | 0.25 | 0.77 | 0.14 | 40.47 | 0.71 | 0.53 |
| Hex | DC | A5 | 33 | 0 | 19 | 4D | E | 28 | 47 | 35 |
| Octal | 334 | 245 | 63 | 0 | 31 | 115 | 16 | 50 | 107 | 65 |
| Binary | 11011100 | 10100101 | 110011 | 0 | 11001 | 1001101 | 1110 | 101000 | 1000111 | 110101 |
Color Harmonies of #DCA533
Complementary color
Monochromatic Colors of #DCA533
Black with #DCA533
Text Example
Text Example
White with #DCA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA533; }
p { color: rgb(220,165,51); }
H1.HeaderClassName
{
color: #DCA533;
}
.AnyTagClassName
{
color: #DCA533;
}
</style>
background-color css
<style>
a { background-color: #DCA533; }
a { background-color: rgb(220,165,51); }
div.DivClassName
{
background-color: #DCA533;
}
.BgClassName
{
background-color: #DCA533;
}
</style>
border-color css
<style>
span { border-color: #DCA533; }
span { border-color: rgb(220,165,51); }
td.TdClassName
{
border-color: #DCA533;
}
.TagClassName
{
border-color: #DCA533;
}
</style>