Shades of Tumbleweed #DDA38A
Tints of Tumbleweed #DDA38A
RGB
CMYK
RGB Variations
Color information
#DDA38A (or 0xDDA38A) is known color: Tumbleweed. HEX triplet: DD, A3 and 8A. RGB value is (221,163,138). Sum of RGB (Red+Green+Blue) = 221+163+138=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38A is #225C75. Grayscale: #B1B1B1. Windows color (decimal): -2251894 or 9085917. OLE color: 9085917.
HSL color Cylindrical-coordinate representation of color #DDA38A: hue angle of 18.07º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA38A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 138 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.13 |
| HSL | 18.07º | 0.55% | 0.7% | - |
| HSV(B) | 18.07º | 0.38% | 0.87% | - |
| XYZ | 47.5 | 43.4 | 29.92 | - |
| YUV | 177.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 138 | 0 | 0.26 | 0.38 | 0.13 | 18.07 | 0.55 | 0.7 |
| Hex | DD | A3 | 8A | 0 | 1A | 26 | D | 12 | 37 | 46 |
| Octal | 335 | 243 | 212 | 0 | 32 | 46 | 15 | 22 | 67 | 106 |
| Binary | 11011101 | 10100011 | 10001010 | 0 | 11010 | 100110 | 1101 | 10010 | 110111 | 1000110 |
Color Harmonies of #DDA38A
Complementary color
Monochromatic Colors of #DDA38A
Black with #DDA38A
Text Example
Text Example
White with #DDA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA38A; }
p { color: rgb(221,163,138); }
H1.HeaderClassName
{
color: #DDA38A;
}
.AnyTagClassName
{
color: #DDA38A;
}
</style>
background-color css
<style>
a { background-color: #DDA38A; }
a { background-color: rgb(221,163,138); }
div.DivClassName
{
background-color: #DDA38A;
}
.BgClassName
{
background-color: #DDA38A;
}
</style>
border-color css
<style>
span { border-color: #DDA38A; }
span { border-color: rgb(221,163,138); }
td.TdClassName
{
border-color: #DDA38A;
}
.TagClassName
{
border-color: #DDA38A;
}
</style>