Shades of Tulip Tree #DCAA3A
Tints of Tulip Tree #DCAA3A
RGB
CMYK
RGB Variations
Color information
#DCAA3A (or 0xDCAA3A) is known color: Tulip Tree. HEX triplet: DC, AA and 3A. RGB value is (220,170,58). Sum of RGB (Red+Green+Blue) = 220+170+58=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA3A is #2355C5. Grayscale: #ACACAC. Windows color (decimal): -2315718 or 3844828. OLE color: 3844828.
HSL color Cylindrical-coordinate representation of color #DCAA3A: hue angle of 41.48º 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 #DCAA3A is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 58 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.14 |
| HSL | 41.48º | 0.7% | 0.55% | - |
| HSV(B) | 41.48º | 0.74% | 0.86% | - |
| XYZ | 44.65 | 44.27 | 10.19 | - |
| YUV | 172.18 | 63.57 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 58 | 0 | 0.23 | 0.74 | 0.14 | 41.48 | 0.7 | 0.55 |
| Hex | DC | AA | 3A | 0 | 17 | 4A | E | 29 | 46 | 37 |
| Octal | 334 | 252 | 72 | 0 | 27 | 112 | 16 | 51 | 106 | 67 |
| Binary | 11011100 | 10101010 | 111010 | 0 | 10111 | 1001010 | 1110 | 101001 | 1000110 | 110111 |
Color Harmonies of #DCAA3A
Complementary color
Monochromatic Colors of #DCAA3A
Black with #DCAA3A
Text Example
Text Example
White with #DCAA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA3A; }
p { color: rgb(220,170,58); }
H1.HeaderClassName
{
color: #DCAA3A;
}
.AnyTagClassName
{
color: #DCAA3A;
}
</style>
background-color css
<style>
a { background-color: #DCAA3A; }
a { background-color: rgb(220,170,58); }
div.DivClassName
{
background-color: #DCAA3A;
}
.BgClassName
{
background-color: #DCAA3A;
}
</style>
border-color css
<style>
span { border-color: #DCAA3A; }
span { border-color: rgb(220,170,58); }
td.TdClassName
{
border-color: #DCAA3A;
}
.TagClassName
{
border-color: #DCAA3A;
}
</style>