Shades of Tumbleweed #DCAC88
Tints of Tumbleweed #DCAC88
RGB
CMYK
RGB Variations
Color information
#DCAC88 (or 0xDCAC88) is known color: Tumbleweed. HEX triplet: DC, AC and 88. RGB value is (220,172,136). Sum of RGB (Red+Green+Blue) = 220+172+136=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC88 is #235377. Grayscale: #B6B6B6. Windows color (decimal): -2315128 or 8957148. OLE color: 8957148.
HSL color Cylindrical-coordinate representation of color #DCAC88: hue angle of 25.71º 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 #DCAC88 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 136 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.14 |
| HSL | 25.71º | 0.55% | 0.7% | - |
| HSV(B) | 25.71º | 0.38% | 0.86% | - |
| XYZ | 48.71 | 46.5 | 29.7 | - |
| YUV | 182.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 136 | 0 | 0.22 | 0.38 | 0.14 | 25.71 | 0.55 | 0.7 |
| Hex | DC | AC | 88 | 0 | 16 | 26 | E | 1A | 37 | 46 |
| Octal | 334 | 254 | 210 | 0 | 26 | 46 | 16 | 32 | 67 | 106 |
| Binary | 11011100 | 10101100 | 10001000 | 0 | 10110 | 100110 | 1110 | 11010 | 110111 | 1000110 |
Color Harmonies of #DCAC88
Complementary color
Monochromatic Colors of #DCAC88
Black with #DCAC88
Text Example
Text Example
White with #DCAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC88; }
p { color: rgb(220,172,136); }
H1.HeaderClassName
{
color: #DCAC88;
}
.AnyTagClassName
{
color: #DCAC88;
}
</style>
background-color css
<style>
a { background-color: #DCAC88; }
a { background-color: rgb(220,172,136); }
div.DivClassName
{
background-color: #DCAC88;
}
.BgClassName
{
background-color: #DCAC88;
}
</style>
border-color css
<style>
span { border-color: #DCAC88; }
span { border-color: rgb(220,172,136); }
td.TdClassName
{
border-color: #DCAC88;
}
.TagClassName
{
border-color: #DCAC88;
}
</style>