Shades of Tumbleweed #DCAC87
Tints of Tumbleweed #DCAC87
RGB
CMYK
RGB Variations
Color information
#DCAC87 (or 0xDCAC87) is known color: Tumbleweed. HEX triplet: DC, AC and 87. RGB value is (220,172,135). Sum of RGB (Red+Green+Blue) = 220+172+135=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC87 is #235378. Grayscale: #B6B6B6. Windows color (decimal): -2315129 or 8891612. OLE color: 8891612.
HSL color Cylindrical-coordinate representation of color #DCAC87: hue angle of 26.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCAC87 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 135 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.14 |
| HSL | 26.12º | 0.55% | 0.7% | - |
| HSV(B) | 26.12º | 0.39% | 0.86% | - |
| XYZ | 48.64 | 46.47 | 29.33 | - |
| YUV | 182.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 135 | 0 | 0.22 | 0.39 | 0.14 | 26.12 | 0.55 | 0.7 |
| Hex | DC | AC | 87 | 0 | 16 | 27 | E | 1A | 37 | 46 |
| Octal | 334 | 254 | 207 | 0 | 26 | 47 | 16 | 32 | 67 | 106 |
| Binary | 11011100 | 10101100 | 10000111 | 0 | 10110 | 100111 | 1110 | 11010 | 110111 | 1000110 |
Color Harmonies of #DCAC87
Complementary color
Monochromatic Colors of #DCAC87
Black with #DCAC87
Text Example
Text Example
White with #DCAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC87; }
p { color: rgb(220,172,135); }
H1.HeaderClassName
{
color: #DCAC87;
}
.AnyTagClassName
{
color: #DCAC87;
}
</style>
background-color css
<style>
a { background-color: #DCAC87; }
a { background-color: rgb(220,172,135); }
div.DivClassName
{
background-color: #DCAC87;
}
.BgClassName
{
background-color: #DCAC87;
}
</style>
border-color css
<style>
span { border-color: #DCAC87; }
span { border-color: rgb(220,172,135); }
td.TdClassName
{
border-color: #DCAC87;
}
.TagClassName
{
border-color: #DCAC87;
}
</style>