Html Css Color HEX #DDAD8D Tumbleweed

📋 copy color: '#DDAD8D'

red 221 ◦ green 173 ◦ blue 141

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

Shades of Tumbleweed #DDAD8D

Tints of Tumbleweed #DDAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.34%

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 41.31%
G = 32.34%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDAD8D (or 0xDDAD8D) is known color: Tumbleweed. HEX triplet: DD, AD and 8D. RGB value is (221,173,141). Sum of RGB (Red+Green+Blue) = 221+173+141=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD8D is #225272. Grayscale: #B7B7B7. Windows color (decimal): -2249331 or 9285085. OLE color: 9285085.

HSL color Cylindrical-coordinate representation of color #DDAD8D: hue angle of 24º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDAD8D is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 141 -
CMYK 0 0.22 0.36 0.13
HSL 24º 0.54% 0.71% -
HSV(B) 24º 0.36% 0.87% -
XYZ 49.57 47.18 31.69 -
YUV 183.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 221 173 141 0 0.22 0.36 0.13 24 0.54 0.71
Hex DD AD 8D 0 16 24 D 18 36 47
Octal 335 255 215 0 26 44 15 30 66 107
Binary 11011101 10101101 10001101 0 10110 100100 1101 11000 110110 1000111

Color Harmonies of #DDAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD8D

Black with #DDAD8D

Text Example


Text Example

White with #DDAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD8D; }

 p { color: rgb(221,173,141); }

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

background-color css

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

 a { background-color: rgb(221,173,141); }

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

border-color css

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

 span { border-color: rgb(221,173,141); }

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