Shades of Tulip Tree #DCAA39
Tints of Tulip Tree #DCAA39
RGB
CMYK
RGB Variations
Color information
#DCAA39 (or 0xDCAA39) is known color: Tulip Tree. HEX triplet: DC, AA and 39. RGB value is (220,170,57). Sum of RGB (Red+Green+Blue) = 220+170+57=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA39 is #2355C6. Grayscale: #ACACAC. Windows color (decimal): -2315719 or 3779292. OLE color: 3779292.
HSL color Cylindrical-coordinate representation of color #DCAA39: hue angle of 41.6º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCAA39 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 57 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.14 |
| HSL | 41.6º | 0.7% | 0.54% | - |
| HSV(B) | 41.6º | 0.74% | 0.86% | - |
| XYZ | 44.63 | 44.26 | 10.06 | - |
| YUV | 172.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 57 | 0 | 0.23 | 0.74 | 0.14 | 41.6 | 0.7 | 0.54 |
| Hex | DC | AA | 39 | 0 | 17 | 4A | E | 2A | 46 | 36 |
| Octal | 334 | 252 | 71 | 0 | 27 | 112 | 16 | 52 | 106 | 66 |
| Binary | 11011100 | 10101010 | 111001 | 0 | 10111 | 1001010 | 1110 | 101010 | 1000110 | 110110 |
Color Harmonies of #DCAA39
Complementary color
Monochromatic Colors of #DCAA39
Black with #DCAA39
Text Example
Text Example
White with #DCAA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA39; }
p { color: rgb(220,170,57); }
H1.HeaderClassName
{
color: #DCAA39;
}
.AnyTagClassName
{
color: #DCAA39;
}
</style>
background-color css
<style>
a { background-color: #DCAA39; }
a { background-color: rgb(220,170,57); }
div.DivClassName
{
background-color: #DCAA39;
}
.BgClassName
{
background-color: #DCAA39;
}
</style>
border-color css
<style>
span { border-color: #DCAA39; }
span { border-color: rgb(220,170,57); }
td.TdClassName
{
border-color: #DCAA39;
}
.TagClassName
{
border-color: #DCAA39;
}
</style>