Shades of Tumbleweed #DCAB8F
Tints of Tumbleweed #DCAB8F
RGB
CMYK
RGB Variations
Color information
#DCAB8F (or 0xDCAB8F) is known color: Tumbleweed. HEX triplet: DC, AB and 8F. RGB value is (220,171,143). Sum of RGB (Red+Green+Blue) = 220+171+143=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB8F is #235470. Grayscale: #B6B6B6. Windows color (decimal): -2315377 or 9415644. OLE color: 9415644.
HSL color Cylindrical-coordinate representation of color #DCAB8F: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCAB8F is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 143 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.14 |
| HSL | 21.82º | 0.52% | 0.71% | - |
| HSV(B) | 21.82º | 0.35% | 0.86% | - |
| XYZ | 49.04 | 46.32 | 32.34 | - |
| YUV | 182.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 143 | 0 | 0.22 | 0.35 | 0.14 | 21.82 | 0.52 | 0.71 |
| Hex | DC | AB | 8F | 0 | 16 | 23 | E | 16 | 34 | 47 |
| Octal | 334 | 253 | 217 | 0 | 26 | 43 | 16 | 26 | 64 | 107 |
| Binary | 11011100 | 10101011 | 10001111 | 0 | 10110 | 100011 | 1110 | 10110 | 110100 | 1000111 |
Color Harmonies of #DCAB8F
Complementary color
Monochromatic Colors of #DCAB8F
Black with #DCAB8F
Text Example
Text Example
White with #DCAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB8F; }
p { color: rgb(220,171,143); }
H1.HeaderClassName
{
color: #DCAB8F;
}
.AnyTagClassName
{
color: #DCAB8F;
}
</style>
background-color css
<style>
a { background-color: #DCAB8F; }
a { background-color: rgb(220,171,143); }
div.DivClassName
{
background-color: #DCAB8F;
}
.BgClassName
{
background-color: #DCAB8F;
}
</style>
border-color css
<style>
span { border-color: #DCAB8F; }
span { border-color: rgb(220,171,143); }
td.TdClassName
{
border-color: #DCAB8F;
}
.TagClassName
{
border-color: #DCAB8F;
}
</style>