Shades of Tumbleweed #DCAD8C
Tints of Tumbleweed #DCAD8C
RGB
CMYK
RGB Variations
Color information
#DCAD8C (or 0xDCAD8C) is known color: Tumbleweed. HEX triplet: DC, AD and 8C. RGB value is (220,173,140). Sum of RGB (Red+Green+Blue) = 220+173+140=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD8C is #235273. Grayscale: #B7B7B7. Windows color (decimal): -2314868 or 9219548. OLE color: 9219548.
HSL color Cylindrical-coordinate representation of color #DCAD8C: hue angle of 24.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCAD8C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 140 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.14 |
| HSL | 24.75º | 0.53% | 0.71% | - |
| HSV(B) | 24.75º | 0.36% | 0.86% | - |
| XYZ | 49.19 | 47 | 31.29 | - |
| YUV | 183.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 140 | 0 | 0.21 | 0.36 | 0.14 | 24.75 | 0.53 | 0.71 |
| Hex | DC | AD | 8C | 0 | 15 | 24 | E | 19 | 35 | 47 |
| Octal | 334 | 255 | 214 | 0 | 25 | 44 | 16 | 31 | 65 | 107 |
| Binary | 11011100 | 10101101 | 10001100 | 0 | 10101 | 100100 | 1110 | 11001 | 110101 | 1000111 |
Color Harmonies of #DCAD8C
Complementary color
Monochromatic Colors of #DCAD8C
Black with #DCAD8C
Text Example
Text Example
White with #DCAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD8C; }
p { color: rgb(220,173,140); }
H1.HeaderClassName
{
color: #DCAD8C;
}
.AnyTagClassName
{
color: #DCAD8C;
}
</style>
background-color css
<style>
a { background-color: #DCAD8C; }
a { background-color: rgb(220,173,140); }
div.DivClassName
{
background-color: #DCAD8C;
}
.BgClassName
{
background-color: #DCAD8C;
}
</style>
border-color css
<style>
span { border-color: #DCAD8C; }
span { border-color: rgb(220,173,140); }
td.TdClassName
{
border-color: #DCAD8C;
}
.TagClassName
{
border-color: #DCAD8C;
}
</style>