Shades of Tulip Tree #DCAA3B
Tints of Tulip Tree #DCAA3B
RGB
CMYK
RGB Variations
Color information
#DCAA3B (or 0xDCAA3B) is known color: Tulip Tree. HEX triplet: DC, AA and 3B. RGB value is (220,170,59). Sum of RGB (Red+Green+Blue) = 220+170+59=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA3B is #2355C4. Grayscale: #ACACAC. Windows color (decimal): -2315717 or 3910364. OLE color: 3910364.
HSL color Cylindrical-coordinate representation of color #DCAA3B: hue angle of 41.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCAA3B is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 59 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.14 |
| HSL | 41.37º | 0.7% | 0.55% | - |
| HSV(B) | 41.37º | 0.73% | 0.86% | - |
| XYZ | 44.68 | 44.28 | 10.33 | - |
| YUV | 172.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 59 | 0 | 0.23 | 0.73 | 0.14 | 41.37 | 0.7 | 0.55 |
| Hex | DC | AA | 3B | 0 | 17 | 49 | E | 29 | 46 | 37 |
| Octal | 334 | 252 | 73 | 0 | 27 | 111 | 16 | 51 | 106 | 67 |
| Binary | 11011100 | 10101010 | 111011 | 0 | 10111 | 1001001 | 1110 | 101001 | 1000110 | 110111 |
Color Harmonies of #DCAA3B
Complementary color
Monochromatic Colors of #DCAA3B
Black with #DCAA3B
Text Example
Text Example
White with #DCAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA3B; }
p { color: rgb(220,170,59); }
H1.HeaderClassName
{
color: #DCAA3B;
}
.AnyTagClassName
{
color: #DCAA3B;
}
</style>
background-color css
<style>
a { background-color: #DCAA3B; }
a { background-color: rgb(220,170,59); }
div.DivClassName
{
background-color: #DCAA3B;
}
.BgClassName
{
background-color: #DCAA3B;
}
</style>
border-color css
<style>
span { border-color: #DCAA3B; }
span { border-color: rgb(220,170,59); }
td.TdClassName
{
border-color: #DCAA3B;
}
.TagClassName
{
border-color: #DCAA3B;
}
</style>