Html Css Color HEX #DDA171 Tumbleweed

📋 copy color: '#DDA171'

red 221 ◦ green 161 ◦ blue 113

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

Shades of Tumbleweed #DDA171

Tints of Tumbleweed #DDA171

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

 BLUE value IS 113 (44.53% from 255) = 22.83%

R = 44.65%
G = 32.53%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDA171 (or 0xDDA171) is known color: Tumbleweed. HEX triplet: DD, A1 and 71. RGB value is (221,161,113). Sum of RGB (Red+Green+Blue) = 221+161+113=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA171 is #225E8E. Grayscale: #ADADAD. Windows color (decimal): -2252431 or 7447005. OLE color: 7447005.

HSL color Cylindrical-coordinate representation of color #DDA171: hue angle of 26.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDA171 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 113 -
CMYK 0 0.27 0.49 0.13
HSL 26.67º 0.61% 0.65% -
HSV(B) 26.67º 0.49% 0.87% -
XYZ 45.54 42.05 21.34 -
YUV 173.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 221 161 113 0 0.27 0.49 0.13 26.67 0.61 0.65
Hex DD A1 71 0 1B 31 D 1B 3D 41
Octal 335 241 161 0 33 61 15 33 75 101
Binary 11011101 10100001 1110001 0 11011 110001 1101 11011 111101 1000001

Color Harmonies of #DDA171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA171

Black with #DDA171

Text Example


Text Example

White with #DDA171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA171; }

 p { color: rgb(221,161,113); }

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

background-color css

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

 a { background-color: rgb(221,161,113); }

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

border-color css

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

 span { border-color: rgb(221,161,113); }

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