Shades of Tumbleweed #DDA375
Tints of Tumbleweed #DDA375
RGB
CMYK
RGB Variations
Color information
#DDA375 (or 0xDDA375) is known color: Tumbleweed. HEX triplet: DD, A3 and 75. RGB value is (221,163,117). Sum of RGB (Red+Green+Blue) = 221+163+117=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA375 is #225C8A. Grayscale: #AFAFAF. Windows color (decimal): -2251915 or 7709661. OLE color: 7709661.
HSL color Cylindrical-coordinate representation of color #DDA375: hue angle of 26.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDA375 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 117 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.13 |
| HSL | 26.54º | 0.6% | 0.66% | - |
| HSV(B) | 26.54º | 0.47% | 0.87% | - |
| XYZ | 46.13 | 42.85 | 22.67 | - |
| YUV | 175.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 117 | 0 | 0.26 | 0.47 | 0.13 | 26.54 | 0.6 | 0.66 |
| Hex | DD | A3 | 75 | 0 | 1A | 2F | D | 1B | 3C | 42 |
| Octal | 335 | 243 | 165 | 0 | 32 | 57 | 15 | 33 | 74 | 102 |
| Binary | 11011101 | 10100011 | 1110101 | 0 | 11010 | 101111 | 1101 | 11011 | 111100 | 1000010 |
Color Harmonies of #DDA375
Complementary color
Monochromatic Colors of #DDA375
Black with #DDA375
Text Example
Text Example
White with #DDA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA375; }
p { color: rgb(221,163,117); }
H1.HeaderClassName
{
color: #DDA375;
}
.AnyTagClassName
{
color: #DDA375;
}
</style>
background-color css
<style>
a { background-color: #DDA375; }
a { background-color: rgb(221,163,117); }
div.DivClassName
{
background-color: #DDA375;
}
.BgClassName
{
background-color: #DDA375;
}
</style>
border-color css
<style>
span { border-color: #DDA375; }
span { border-color: rgb(221,163,117); }
td.TdClassName
{
border-color: #DDA375;
}
.TagClassName
{
border-color: #DDA375;
}
</style>