Shades of Tulip Tree #DCAA3C
Tints of Tulip Tree #DCAA3C
RGB
CMYK
RGB Variations
Color information
#DCAA3C (or 0xDCAA3C) is known color: Tulip Tree. HEX triplet: DC, AA and 3C. RGB value is (220,170,60). Sum of RGB (Red+Green+Blue) = 220+170+60=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA3C is #2355C3. Grayscale: #ACACAC. Windows color (decimal): -2315716 or 3975900. OLE color: 3975900.
HSL color Cylindrical-coordinate representation of color #DCAA3C: hue angle of 41.25º 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 #DCAA3C is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 60 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.14 |
| HSL | 41.25º | 0.7% | 0.55% | - |
| HSV(B) | 41.25º | 0.73% | 0.86% | - |
| XYZ | 44.71 | 44.29 | 10.47 | - |
| YUV | 172.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 60 | 0 | 0.23 | 0.73 | 0.14 | 41.25 | 0.7 | 0.55 |
| Hex | DC | AA | 3C | 0 | 17 | 49 | E | 29 | 46 | 37 |
| Octal | 334 | 252 | 74 | 0 | 27 | 111 | 16 | 51 | 106 | 67 |
| Binary | 11011100 | 10101010 | 111100 | 0 | 10111 | 1001001 | 1110 | 101001 | 1000110 | 110111 |
Color Harmonies of #DCAA3C
Complementary color
Monochromatic Colors of #DCAA3C
Black with #DCAA3C
Text Example
Text Example
White with #DCAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA3C; }
p { color: rgb(220,170,60); }
H1.HeaderClassName
{
color: #DCAA3C;
}
.AnyTagClassName
{
color: #DCAA3C;
}
</style>
background-color css
<style>
a { background-color: #DCAA3C; }
a { background-color: rgb(220,170,60); }
div.DivClassName
{
background-color: #DCAA3C;
}
.BgClassName
{
background-color: #DCAA3C;
}
</style>
border-color css
<style>
span { border-color: #DCAA3C; }
span { border-color: rgb(220,170,60); }
td.TdClassName
{
border-color: #DCAA3C;
}
.TagClassName
{
border-color: #DCAA3C;
}
</style>