Shades of Tulip Tree #DCA93A
Tints of Tulip Tree #DCA93A
RGB
CMYK
RGB Variations
Color information
#DCA93A (or 0xDCA93A) is known color: Tulip Tree. HEX triplet: DC, A9 and 3A. RGB value is (220,169,58). Sum of RGB (Red+Green+Blue) = 220+169+58=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA93A is #2356C5. Grayscale: #ACACAC. Windows color (decimal): -2315974 or 3844572. OLE color: 3844572.
HSL color Cylindrical-coordinate representation of color #DCA93A: hue angle of 41.11º 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 #DCA93A is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 169 | 58 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.14 |
| HSL | 41.11º | 0.7% | 0.55% | - |
| HSV(B) | 41.11º | 0.74% | 0.86% | - |
| XYZ | 44.47 | 43.9 | 10.13 | - |
| YUV | 171.6 | 63.9 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 169 | 58 | 0 | 0.23 | 0.74 | 0.14 | 41.11 | 0.7 | 0.55 |
| Hex | DC | A9 | 3A | 0 | 17 | 4A | E | 29 | 46 | 37 |
| Octal | 334 | 251 | 72 | 0 | 27 | 112 | 16 | 51 | 106 | 67 |
| Binary | 11011100 | 10101001 | 111010 | 0 | 10111 | 1001010 | 1110 | 101001 | 1000110 | 110111 |
Color Harmonies of #DCA93A
Complementary color
Monochromatic Colors of #DCA93A
Black with #DCA93A
Text Example
Text Example
White with #DCA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA93A; }
p { color: rgb(220,169,58); }
H1.HeaderClassName
{
color: #DCA93A;
}
.AnyTagClassName
{
color: #DCA93A;
}
</style>
background-color css
<style>
a { background-color: #DCA93A; }
a { background-color: rgb(220,169,58); }
div.DivClassName
{
background-color: #DCA93A;
}
.BgClassName
{
background-color: #DCA93A;
}
</style>
border-color css
<style>
span { border-color: #DCA93A; }
span { border-color: rgb(220,169,58); }
td.TdClassName
{
border-color: #DCA93A;
}
.TagClassName
{
border-color: #DCA93A;
}
</style>