Html Css Color HEX #DDA48B Tumbleweed

📋 copy color: '#DDA48B'

red 221 ◦ green 164 ◦ blue 139

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

Shades of Tumbleweed #DDA48B

Tints of Tumbleweed #DDA48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

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

R = 42.18%
G = 31.3%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDA48B (or 0xDDA48B) is known color: Tumbleweed. HEX triplet: DD, A4 and 8B. RGB value is (221,164,139). Sum of RGB (Red+Green+Blue) = 221+164+139=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48B is #225B74. Grayscale: #B2B2B2. Windows color (decimal): -2251637 or 9151709. OLE color: 9151709.

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

Color convert

RGB 221 164 139 -
CMYK 0 0.26 0.37 0.13
HSL 18.29º 0.55% 0.71% -
HSV(B) 18.29º 0.37% 0.87% -
XYZ 47.75 43.79 30.36 -
YUV 178.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 221 164 139 0 0.26 0.37 0.13 18.29 0.55 0.71
Hex DD A4 8B 0 1A 25 D 12 37 47
Octal 335 244 213 0 32 45 15 22 67 107
Binary 11011101 10100100 10001011 0 11010 100101 1101 10010 110111 1000111

Color Harmonies of #DDA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA48B

Black with #DDA48B

Text Example


Text Example

White with #DDA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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