Html Css Color HEX #DDAB8D Tumbleweed

📋 copy color: '#DDAB8D'

red 221 ◦ green 171 ◦ blue 141

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

Shades of Tumbleweed #DDAB8D

Tints of Tumbleweed #DDAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

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

R = 41.46%
G = 32.08%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDAB8D (or 0xDDAB8D) is known color: Tumbleweed. HEX triplet: DD, AB and 8D. RGB value is (221,171,141). Sum of RGB (Red+Green+Blue) = 221+171+141=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB8D is #225472. Grayscale: #B6B6B6. Windows color (decimal): -2249843 or 9284573. OLE color: 9284573.

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

Color convert

RGB 221 171 141 -
CMYK 0 0.23 0.36 0.13
HSL 22.5º 0.54% 0.71% -
HSV(B) 22.5º 0.36% 0.87% -
XYZ 49.19 46.42 31.57 -
YUV 182.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 221 171 141 0 0.23 0.36 0.13 22.5 0.54 0.71
Hex DD AB 8D 0 17 24 D 16 36 47
Octal 335 253 215 0 27 44 15 26 66 107
Binary 11011101 10101011 10001101 0 10111 100100 1101 10110 110110 1000111

Color Harmonies of #DDAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB8D

Black with #DDAB8D

Text Example


Text Example

White with #DDAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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