Html Css Color HEX #DDAA85 Tumbleweed

📋 copy color: '#DDAA85'

red 221 ◦ green 170 ◦ blue 133

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

Shades of Tumbleweed #DDAA85

Tints of Tumbleweed #DDAA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.38%

R = 42.18%
G = 32.44%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDAA85 (or 0xDDAA85) is known color: Tumbleweed. HEX triplet: DD, AA and 85. RGB value is (221,170,133). Sum of RGB (Red+Green+Blue) = 221+170+133=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA85 is #22557A. Grayscale: #B5B5B5. Windows color (decimal): -2250107 or 8760029. OLE color: 8760029.

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

Color convert

RGB 221 170 133 -
CMYK 0 0.23 0.40 0.13
HSL 25.23º 0.56% 0.69% -
HSV(B) 25.23º 0.4% 0.87% -
XYZ 48.43 45.82 28.48 -
YUV 181.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 221 170 133 0 0.23 0.40 0.13 25.23 0.56 0.69
Hex DD AA 85 0 17 28 D 19 38 45
Octal 335 252 205 0 27 50 15 31 70 105
Binary 11011101 10101010 10000101 0 10111 101000 1101 11001 111000 1000101

Color Harmonies of #DDAA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA85

Black with #DDAA85

Text Example


Text Example

White with #DDAA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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