Shades of Tulip Tree #DCA640
Tints of Tulip Tree #DCA640
RGB
CMYK
RGB Variations
Color information
#DCA640 (or 0xDCA640) is known color: Tulip Tree. HEX triplet: DC, A6 and 40. RGB value is (220,166,64). Sum of RGB (Red+Green+Blue) = 220+166+64=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA640 is #2359BF. Grayscale: #AAAAAA. Windows color (decimal): -2316736 or 4237020. OLE color: 4237020.
HSL color Cylindrical-coordinate representation of color #DCA640: hue angle of 39.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCA640 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 64 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.14 |
| HSL | 39.23º | 0.69% | 0.56% | - |
| HSV(B) | 39.23º | 0.71% | 0.86% | - |
| XYZ | 44.08 | 42.86 | 10.8 | - |
| YUV | 170.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 64 | 0 | 0.25 | 0.71 | 0.14 | 39.23 | 0.69 | 0.56 |
| Hex | DC | A6 | 40 | 0 | 19 | 47 | E | 27 | 45 | 38 |
| Octal | 334 | 246 | 100 | 0 | 31 | 107 | 16 | 47 | 105 | 70 |
| Binary | 11011100 | 10100110 | 1000000 | 0 | 11001 | 1000111 | 1110 | 100111 | 1000101 | 111000 |
Color Harmonies of #DCA640
Complementary color
Monochromatic Colors of #DCA640
Black with #DCA640
Text Example
Text Example
White with #DCA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA640; }
p { color: rgb(220,166,64); }
H1.HeaderClassName
{
color: #DCA640;
}
.AnyTagClassName
{
color: #DCA640;
}
</style>
background-color css
<style>
a { background-color: #DCA640; }
a { background-color: rgb(220,166,64); }
div.DivClassName
{
background-color: #DCA640;
}
.BgClassName
{
background-color: #DCA640;
}
</style>
border-color css
<style>
span { border-color: #DCA640; }
span { border-color: rgb(220,166,64); }
td.TdClassName
{
border-color: #DCA640;
}
.TagClassName
{
border-color: #DCA640;
}
</style>