Html Css Color HEX #DDAA89 Tumbleweed

📋 copy color: '#DDAA89'

red 221 ◦ green 170 ◦ blue 137

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

Shades of Tumbleweed #DDAA89

Tints of Tumbleweed #DDAA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.95%

R = 41.86%
G = 32.2%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDAA89 (or 0xDDAA89) is known color: Tumbleweed. HEX triplet: DD, AA and 89. RGB value is (221,170,137). Sum of RGB (Red+Green+Blue) = 221+170+137=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA89 is #225576. Grayscale: #B5B5B5. Windows color (decimal): -2250103 or 9022173. OLE color: 9022173.

HSL color Cylindrical-coordinate representation of color #DDAA89: hue angle of 23.57º 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 #DDAA89 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 137 -
CMYK 0 0.23 0.38 0.13
HSL 23.57º 0.55% 0.7% -
HSV(B) 23.57º 0.38% 0.87% -
XYZ 48.71 45.93 29.96 -
YUV 181.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 221 170 137 0 0.23 0.38 0.13 23.57 0.55 0.7
Hex DD AA 89 0 17 26 D 18 37 46
Octal 335 252 211 0 27 46 15 30 67 106
Binary 11011101 10101010 10001001 0 10111 100110 1101 11000 110111 1000110

Color Harmonies of #DDAA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA89

Black with #DDAA89

Text Example


Text Example

White with #DDAA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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