Shades of Tulip Tree #DCAA36
Tints of Tulip Tree #DCAA36
RGB
CMYK
RGB Variations
Color information
#DCAA36 (or 0xDCAA36) is known color: Tulip Tree. HEX triplet: DC, AA and 36. RGB value is (220,170,54). Sum of RGB (Red+Green+Blue) = 220+170+54=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA36 is #2355C9. Grayscale: #ACACAC. Windows color (decimal): -2315722 or 3582684. OLE color: 3582684.
HSL color Cylindrical-coordinate representation of color #DCAA36: hue angle of 41.93º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCAA36 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 54 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.14 |
| HSL | 41.93º | 0.7% | 0.54% | - |
| HSV(B) | 41.93º | 0.75% | 0.86% | - |
| XYZ | 44.56 | 44.23 | 9.68 | - |
| YUV | 171.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 54 | 0 | 0.23 | 0.75 | 0.14 | 41.93 | 0.7 | 0.54 |
| Hex | DC | AA | 36 | 0 | 17 | 4B | E | 2A | 46 | 36 |
| Octal | 334 | 252 | 66 | 0 | 27 | 113 | 16 | 52 | 106 | 66 |
| Binary | 11011100 | 10101010 | 110110 | 0 | 10111 | 1001011 | 1110 | 101010 | 1000110 | 110110 |
Color Harmonies of #DCAA36
Complementary color
Monochromatic Colors of #DCAA36
Black with #DCAA36
Text Example
Text Example
White with #DCAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA36; }
p { color: rgb(220,170,54); }
H1.HeaderClassName
{
color: #DCAA36;
}
.AnyTagClassName
{
color: #DCAA36;
}
</style>
background-color css
<style>
a { background-color: #DCAA36; }
a { background-color: rgb(220,170,54); }
div.DivClassName
{
background-color: #DCAA36;
}
.BgClassName
{
background-color: #DCAA36;
}
</style>
border-color css
<style>
span { border-color: #DCAA36; }
span { border-color: rgb(220,170,54); }
td.TdClassName
{
border-color: #DCAA36;
}
.TagClassName
{
border-color: #DCAA36;
}
</style>