Html Css Color HEX #DDAA8A Tumbleweed

📋 copy color: '#DDAA8A'

red 221 ◦ green 170 ◦ blue 138

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

Shades of Tumbleweed #DDAA8A

Tints of Tumbleweed #DDAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.09%

R = 41.78%
G = 32.14%
B = 26.09%

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

#DDAA8A (or 0xDDAA8A) is known color: Tumbleweed. HEX triplet: DD, AA and 8A. RGB value is (221,170,138). Sum of RGB (Red+Green+Blue) = 221+170+138=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA8A is #225575. Grayscale: #B5B5B5. Windows color (decimal): -2250102 or 9087709. OLE color: 9087709.

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

Color convert

RGB 221 170 138 -
CMYK 0 0.23 0.38 0.13
HSL 23.13º 0.55% 0.7% -
HSV(B) 23.13º 0.38% 0.87% -
XYZ 48.78 45.96 30.34 -
YUV 181.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 221 170 138 0 0.23 0.38 0.13 23.13 0.55 0.7
Hex DD AA 8A 0 17 26 D 17 37 46
Octal 335 252 212 0 27 46 15 27 67 106
Binary 11011101 10101010 10001010 0 10111 100110 1101 10111 110111 1000110

Color Harmonies of #DDAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA8A

Black with #DDAA8A

Text Example


Text Example

White with #DDAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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