Shades of Tulip Tree #DCA636
Tints of Tulip Tree #DCA636
RGB
CMYK
RGB Variations
Color information
#DCA636 (or 0xDCA636) is known color: Tulip Tree. HEX triplet: DC, A6 and 36. RGB value is (220,166,54). Sum of RGB (Red+Green+Blue) = 220+166+54=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA636 is #2359C9. Grayscale: #A9A9A9. Windows color (decimal): -2316746 or 3581660. OLE color: 3581660.
HSL color Cylindrical-coordinate representation of color #DCA636: hue angle of 40.48º 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 #DCA636 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 54 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.14 |
| HSL | 40.48º | 0.7% | 0.54% | - |
| HSV(B) | 40.48º | 0.75% | 0.86% | - |
| XYZ | 43.82 | 42.75 | 9.43 | - |
| YUV | 169.38 | 62.89 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 54 | 0 | 0.25 | 0.75 | 0.14 | 40.48 | 0.7 | 0.54 |
| Hex | DC | A6 | 36 | 0 | 19 | 4B | E | 28 | 46 | 36 |
| Octal | 334 | 246 | 66 | 0 | 31 | 113 | 16 | 50 | 106 | 66 |
| Binary | 11011100 | 10100110 | 110110 | 0 | 11001 | 1001011 | 1110 | 101000 | 1000110 | 110110 |
Color Harmonies of #DCA636
Complementary color
Monochromatic Colors of #DCA636
Black with #DCA636
Text Example
Text Example
White with #DCA636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA636; }
p { color: rgb(220,166,54); }
H1.HeaderClassName
{
color: #DCA636;
}
.AnyTagClassName
{
color: #DCA636;
}
</style>
background-color css
<style>
a { background-color: #DCA636; }
a { background-color: rgb(220,166,54); }
div.DivClassName
{
background-color: #DCA636;
}
.BgClassName
{
background-color: #DCA636;
}
</style>
border-color css
<style>
span { border-color: #DCA636; }
span { border-color: rgb(220,166,54); }
td.TdClassName
{
border-color: #DCA636;
}
.TagClassName
{
border-color: #DCA636;
}
</style>