Html Css Color HEX #DDA182 Tumbleweed

📋 copy color: '#DDA182'

red 221 ◦ green 161 ◦ blue 130

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

Shades of Tumbleweed #DDA182

Tints of Tumbleweed #DDA182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 43.16%
G = 31.45%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDA182 (or 0xDDA182) is known color: Tumbleweed. HEX triplet: DD, A1 and 82. RGB value is (221,161,130). Sum of RGB (Red+Green+Blue) = 221+161+130=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA182 is #225E7D. Grayscale: #AFAFAF. Windows color (decimal): -2252414 or 8561117. OLE color: 8561117.

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

Color convert

RGB 221 161 130 -
CMYK 0 0.27 0.41 0.13
HSL 20.44º 0.57% 0.69% -
HSV(B) 20.44º 0.41% 0.87% -
XYZ 46.59 42.47 26.86 -
YUV 175.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 221 161 130 0 0.27 0.41 0.13 20.44 0.57 0.69
Hex DD A1 82 0 1B 29 D 14 39 45
Octal 335 241 202 0 33 51 15 24 71 105
Binary 11011101 10100001 10000010 0 11011 101001 1101 10100 111001 1000101

Color Harmonies of #DDA182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA182

Black with #DDA182

Text Example


Text Example

White with #DDA182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA182; }

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

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

background-color css

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

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

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

border-color css

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

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

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