Shades of Tulip Tree #DCA33A
Tints of Tulip Tree #DCA33A
RGB
CMYK
RGB Variations
Color information
#DCA33A (or 0xDCA33A) is known color: Tulip Tree. HEX triplet: DC, A3 and 3A. RGB value is (220,163,58). Sum of RGB (Red+Green+Blue) = 220+163+58=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA33A is #235CC5. Grayscale: #A8A8A8. Windows color (decimal): -2317510 or 3843036. OLE color: 3843036.
HSL color Cylindrical-coordinate representation of color #DCA33A: hue angle of 38.89º 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 #DCA33A is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 163 | 58 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.14 |
| HSL | 38.89º | 0.7% | 0.55% | - |
| HSV(B) | 38.89º | 0.74% | 0.86% | - |
| XYZ | 43.38 | 41.72 | 9.77 | - |
| YUV | 168.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 58 | 0 | 0.26 | 0.74 | 0.14 | 38.89 | 0.7 | 0.55 |
| Hex | DC | A3 | 3A | 0 | 1A | 4A | E | 27 | 46 | 37 |
| Octal | 334 | 243 | 72 | 0 | 32 | 112 | 16 | 47 | 106 | 67 |
| Binary | 11011100 | 10100011 | 111010 | 0 | 11010 | 1001010 | 1110 | 100111 | 1000110 | 110111 |
Color Harmonies of #DCA33A
Complementary color
Monochromatic Colors of #DCA33A
Black with #DCA33A
Text Example
Text Example
White with #DCA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA33A; }
p { color: rgb(220,163,58); }
H1.HeaderClassName
{
color: #DCA33A;
}
.AnyTagClassName
{
color: #DCA33A;
}
</style>
background-color css
<style>
a { background-color: #DCA33A; }
a { background-color: rgb(220,163,58); }
div.DivClassName
{
background-color: #DCA33A;
}
.BgClassName
{
background-color: #DCA33A;
}
</style>
border-color css
<style>
span { border-color: #DCA33A; }
span { border-color: rgb(220,163,58); }
td.TdClassName
{
border-color: #DCA33A;
}
.TagClassName
{
border-color: #DCA33A;
}
</style>