Html Css Color HEX #DDAA90 Tumbleweed

📋 copy color: '#DDAA90'

red 221 ◦ green 170 ◦ blue 144

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

Shades of Tumbleweed #DDAA90

Tints of Tumbleweed #DDAA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.92%

R = 41.31%
G = 31.78%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDAA90 (or 0xDDAA90) is known color: Tumbleweed. HEX triplet: DD, AA and 90. RGB value is (221,170,144). Sum of RGB (Red+Green+Blue) = 221+170+144=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA90 is #22556F. Grayscale: #B6B6B6. Windows color (decimal): -2250096 or 9480925. OLE color: 9480925.

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

Color convert

RGB 221 170 144 -
CMYK 0 0.23 0.35 0.13
HSL 20.26º 0.53% 0.72% -
HSV(B) 20.26º 0.35% 0.87% -
XYZ 49.23 46.14 32.7 -
YUV 182.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 221 170 144 0 0.23 0.35 0.13 20.26 0.53 0.72
Hex DD AA 90 0 17 23 D 14 35 48
Octal 335 252 220 0 27 43 15 24 65 110
Binary 11011101 10101010 10010000 0 10111 100011 1101 10100 110101 1001000

Color Harmonies of #DDAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA90

Black with #DDAA90

Text Example


Text Example

White with #DDAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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