Html Css Color HEX #DDAA8D Tumbleweed

📋 copy color: '#DDAA8D'

red 221 ◦ green 170 ◦ blue 141

#DDAA8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tumbleweed #DDAA8D

Tints of Tumbleweed #DDAA8D

RGB

 RED value IS 221 (86.72% from 255) = 41.54%

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 41.54%
G = 31.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDAA8D (or 0xDDAA8D) is known color: Tumbleweed. HEX triplet: DD, AA and 8D. RGB value is (221,170,141). Sum of RGB (Red+Green+Blue) = 221+170+141=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA8D is #225572. Grayscale: #B6B6B6. Windows color (decimal): -2250099 or 9284317. OLE color: 9284317.

HSL color Cylindrical-coordinate representation of color #DDAA8D: hue angle of 21.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDAA8D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 141 -
CMYK 0 0.23 0.36 0.13
HSL 21.75º 0.54% 0.71% -
HSV(B) 21.75º 0.36% 0.87% -
XYZ 49 46.04 31.5 -
YUV 181.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 221 170 141 0 0.23 0.36 0.13 21.75 0.54 0.71
Hex DD AA 8D 0 17 24 D 16 36 47
Octal 335 252 215 0 27 44 15 26 66 107
Binary 11011101 10101010 10001101 0 10111 100100 1101 10110 110110 1000111

Color Harmonies of #DDAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA8D

Black with #DDAA8D

Text Example


Text Example

White with #DDAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA8D; }

 p { color: rgb(221,170,141); }

 H1.HeaderClassName
 {
   color: #DDAA8D;
 }
 .AnyTagClassName
 {
   color: #DDAA8D;
 }
</style>

background-color css

<style>
 a { background-color: #DDAA8D; }

 a { background-color: rgb(221,170,141); }

 div.DivClassName
 {
   background-color: #DDAA8D;
 }
 .BgClassName
 {
   background-color: #DDAA8D;
 }
</style>

border-color css

<style>
 span { border-color: #DDAA8D; }

 span { border-color: rgb(221,170,141); }

 td.TdClassName
 {
   border-color: #DDAA8D;
 }
 .TagClassName
 {
   border-color: #DDAA8D;
 }
</style>