Html Css Color HEX #DDAA86 Tumbleweed

📋 copy color: '#DDAA86'

red 221 ◦ green 170 ◦ blue 134

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

Shades of Tumbleweed #DDAA86

Tints of Tumbleweed #DDAA86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.52%

R = 42.1%
G = 32.38%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDAA86 (or 0xDDAA86) is known color: Tumbleweed. HEX triplet: DD, AA and 86. RGB value is (221,170,134). Sum of RGB (Red+Green+Blue) = 221+170+134=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA86 is #225579. Grayscale: #B5B5B5. Windows color (decimal): -2250106 or 8825565. OLE color: 8825565.

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

Color convert

RGB 221 170 134 -
CMYK 0 0.23 0.39 0.13
HSL 24.83º 0.56% 0.7% -
HSV(B) 24.83º 0.39% 0.87% -
XYZ 48.5 45.84 28.85 -
YUV 181.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 221 170 134 0 0.23 0.39 0.13 24.83 0.56 0.7
Hex DD AA 86 0 17 27 D 19 38 46
Octal 335 252 206 0 27 47 15 31 70 106
Binary 11011101 10101010 10000110 0 10111 100111 1101 11001 111000 1000110

Color Harmonies of #DDAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA86

Black with #DDAA86

Text Example


Text Example

White with #DDAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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