Shades of Tumbleweed #DDA37D
Tints of Tumbleweed #DDA37D
RGB
CMYK
RGB Variations
Color information
#DDA37D (or 0xDDA37D) is known color: Tumbleweed. HEX triplet: DD, A3 and 7D. RGB value is (221,163,125). Sum of RGB (Red+Green+Blue) = 221+163+125=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA37D is #225C82. Grayscale: #B0B0B0. Windows color (decimal): -2251907 or 8233949. OLE color: 8233949.
HSL color Cylindrical-coordinate representation of color #DDA37D: hue angle of 23.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDA37D is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 163 | 125 | - |
CMYK | 0 | 0.26 | 0.43 | 0.13 |
HSL | 23.75º | 0.59% | 0.68% | - |
HSV(B) | 23.75º | 0.43% | 0.87% | - |
XYZ | 46.62 | 43.05 | 25.25 | - |
YUV | 176.01 | 99.22 | 160.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 163 | 125 | 0 | 0.26 | 0.43 | 0.13 | 23.75 | 0.59 | 0.68 |
Hex | DD | A3 | 7D | 0 | 1A | 2B | D | 18 | 3B | 44 |
Octal | 335 | 243 | 175 | 0 | 32 | 53 | 15 | 30 | 73 | 104 |
Binary | 11011101 | 10100011 | 1111101 | 0 | 11010 | 101011 | 1101 | 11000 | 111011 | 1000100 |
Color Harmonies of #DDA37D
Complementary color
Monochromatic Colors of #DDA37D
Black with #DDA37D
Text Example
Text Example
White with #DDA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA37D; }
p { color: rgb(221,163,125); }
H1.HeaderClassName
{
color: #DDA37D;
}
.AnyTagClassName
{
color: #DDA37D;
}
</style>
background-color css
<style>
a { background-color: #DDA37D; }
a { background-color: rgb(221,163,125); }
div.DivClassName
{
background-color: #DDA37D;
}
.BgClassName
{
background-color: #DDA37D;
}
</style>
border-color css
<style>
span { border-color: #DDA37D; }
span { border-color: rgb(221,163,125); }
td.TdClassName
{
border-color: #DDA37D;
}
.TagClassName
{
border-color: #DDA37D;
}
</style>