Shades of Tumbleweed #DCA688
Tints of Tumbleweed #DCA688
RGB
CMYK
RGB Variations
Color information
#DCA688 (or 0xDCA688) is known color: Tumbleweed. HEX triplet: DC, A6 and 88. RGB value is (220,166,136). Sum of RGB (Red+Green+Blue) = 220+166+136=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA688 is #235977. Grayscale: #B2B2B2. Windows color (decimal): -2316664 or 8955612. OLE color: 8955612.
HSL color Cylindrical-coordinate representation of color #DCA688: hue angle of 21.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCA688 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 166 | 136 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.14 |
| HSL | 21.43º | 0.55% | 0.7% | - |
| HSV(B) | 21.43º | 0.38% | 0.86% | - |
| XYZ | 47.6 | 44.27 | 29.33 | - |
| YUV | 178.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 166 | 136 | 0 | 0.25 | 0.38 | 0.14 | 21.43 | 0.55 | 0.7 |
| Hex | DC | A6 | 88 | 0 | 19 | 26 | E | 15 | 37 | 46 |
| Octal | 334 | 246 | 210 | 0 | 31 | 46 | 16 | 25 | 67 | 106 |
| Binary | 11011100 | 10100110 | 10001000 | 0 | 11001 | 100110 | 1110 | 10101 | 110111 | 1000110 |
Color Harmonies of #DCA688
Complementary color
Monochromatic Colors of #DCA688
Black with #DCA688
Text Example
Text Example
White with #DCA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA688; }
p { color: rgb(220,166,136); }
H1.HeaderClassName
{
color: #DCA688;
}
.AnyTagClassName
{
color: #DCA688;
}
</style>
background-color css
<style>
a { background-color: #DCA688; }
a { background-color: rgb(220,166,136); }
div.DivClassName
{
background-color: #DCA688;
}
.BgClassName
{
background-color: #DCA688;
}
</style>
border-color css
<style>
span { border-color: #DCA688; }
span { border-color: rgb(220,166,136); }
td.TdClassName
{
border-color: #DCA688;
}
.TagClassName
{
border-color: #DCA688;
}
</style>