Html Css Color HEX #DDA184 Tumbleweed

📋 copy color: '#DDA184'

red 221 ◦ green 161 ◦ blue 132

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

Shades of Tumbleweed #DDA184

Tints of Tumbleweed #DDA184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 43%
G = 31.32%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDA184 (or 0xDDA184) is known color: Tumbleweed. HEX triplet: DD, A1 and 84. RGB value is (221,161,132). Sum of RGB (Red+Green+Blue) = 221+161+132=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA184 is #225E7B. Grayscale: #AFAFAF. Windows color (decimal): -2252412 or 8692189. OLE color: 8692189.

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

Color convert

RGB 221 161 132 -
CMYK 0 0.27 0.40 0.13
HSL 19.55º 0.57% 0.69% -
HSV(B) 19.55º 0.4% 0.87% -
XYZ 46.73 42.53 27.58 -
YUV 175.63 103.38 160.36 -
System Red Green Blue C M Y K H S L
Decimal 221 161 132 0 0.27 0.40 0.13 19.55 0.57 0.69
Hex DD A1 84 0 1B 28 D 14 39 45
Octal 335 241 204 0 33 50 15 24 71 105
Binary 11011101 10100001 10000100 0 11011 101000 1101 10100 111001 1000101

Color Harmonies of #DDA184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA184

Black with #DDA184

Text Example


Text Example

White with #DDA184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA184; }

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

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

background-color css

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

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

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

border-color css

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

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

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