Html Css Color HEX #DDA382 Tumbleweed

📋 copy color: '#DDA382'

red 221 ◦ green 163 ◦ blue 130

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

Shades of Tumbleweed #DDA382

Tints of Tumbleweed #DDA382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.71%

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

R = 43%
G = 31.71%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDA382 (or 0xDDA382) is known color: Tumbleweed. HEX triplet: DD, A3 and 82. RGB value is (221,163,130). Sum of RGB (Red+Green+Blue) = 221+163+130=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA382 is #225C7D. Grayscale: #B0B0B0. Windows color (decimal): -2251902 or 8561629. OLE color: 8561629.

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

Color convert

RGB 221 163 130 -
CMYK 0 0.26 0.41 0.13
HSL 21.76º 0.57% 0.69% -
HSV(B) 21.76º 0.41% 0.87% -
XYZ 46.95 43.18 26.98 -
YUV 176.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 221 163 130 0 0.26 0.41 0.13 21.76 0.57 0.69
Hex DD A3 82 0 1A 29 D 16 39 45
Octal 335 243 202 0 32 51 15 26 71 105
Binary 11011101 10100011 10000010 0 11010 101001 1101 10110 111001 1000101

Color Harmonies of #DDA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA382

Black with #DDA382

Text Example


Text Example

White with #DDA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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