Html Css Color HEX #DDAA8B Tumbleweed

📋 copy color: '#DDAA8B'

red 221 ◦ green 170 ◦ blue 139

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

Shades of Tumbleweed #DDAA8B

Tints of Tumbleweed #DDAA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.23%

R = 41.7%
G = 32.08%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDAA8B (or 0xDDAA8B) is known color: Tumbleweed. HEX triplet: DD, AA and 8B. RGB value is (221,170,139). Sum of RGB (Red+Green+Blue) = 221+170+139=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA8B is #225574. Grayscale: #B5B5B5. Windows color (decimal): -2250101 or 9153245. OLE color: 9153245.

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

Color convert

RGB 221 170 139 -
CMYK 0 0.23 0.37 0.13
HSL 22.68º 0.55% 0.71% -
HSV(B) 22.68º 0.37% 0.87% -
XYZ 48.85 45.99 30.73 -
YUV 181.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 221 170 139 0 0.23 0.37 0.13 22.68 0.55 0.71
Hex DD AA 8B 0 17 25 D 17 37 47
Octal 335 252 213 0 27 45 15 27 67 107
Binary 11011101 10101010 10001011 0 10111 100101 1101 10111 110111 1000111

Color Harmonies of #DDAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA8B

Black with #DDAA8B

Text Example


Text Example

White with #DDAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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