Html Css Color HEX #DDAB8B Tumbleweed

📋 copy color: '#DDAB8B'

red 221 ◦ green 171 ◦ blue 139

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

Shades of Tumbleweed #DDAB8B

Tints of Tumbleweed #DDAB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.18%

R = 41.62%
G = 32.2%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDAB8B (or 0xDDAB8B) is known color: Tumbleweed. HEX triplet: DD, AB and 8B. RGB value is (221,171,139). Sum of RGB (Red+Green+Blue) = 221+171+139=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB8B is #225474. Grayscale: #B6B6B6. Windows color (decimal): -2249845 or 9153501. OLE color: 9153501.

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

Color convert

RGB 221 171 139 -
CMYK 0 0.23 0.37 0.13
HSL 23.41º 0.55% 0.71% -
HSV(B) 23.41º 0.37% 0.87% -
XYZ 49.04 46.36 30.79 -
YUV 182.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 221 171 139 0 0.23 0.37 0.13 23.41 0.55 0.71
Hex DD AB 8B 0 17 25 D 17 37 47
Octal 335 253 213 0 27 45 15 27 67 107
Binary 11011101 10101011 10001011 0 10111 100101 1101 10111 110111 1000111

Color Harmonies of #DDAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB8B

Black with #DDAB8B

Text Example


Text Example

White with #DDAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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