Html Css Color HEX #DDA980 Tumbleweed

📋 copy color: '#DDA980'

red 221 ◦ green 169 ◦ blue 128

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

Shades of Tumbleweed #DDA980

Tints of Tumbleweed #DDA980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.63%

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 42.66%
G = 32.63%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDA980 (or 0xDDA980) is known color: Tumbleweed. HEX triplet: DD, A9 and 80. RGB value is (221,169,128). Sum of RGB (Red+Green+Blue) = 221+169+128=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA980 is #22567F. Grayscale: #B4B4B4. Windows color (decimal): -2250368 or 8432093. OLE color: 8432093.

HSL color Cylindrical-coordinate representation of color #DDA980: hue angle of 26.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDA980 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 128 -
CMYK 0 0.24 0.42 0.13
HSL 26.45º 0.58% 0.68% -
HSV(B) 26.45º 0.42% 0.87% -
XYZ 47.9 45.31 26.64 -
YUV 179.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 221 169 128 0 0.24 0.42 0.13 26.45 0.58 0.68
Hex DD A9 80 0 18 2A D 1A 3A 44
Octal 335 251 200 0 30 52 15 32 72 104
Binary 11011101 10101001 10000000 0 11000 101010 1101 11010 111010 1000100

Color Harmonies of #DDA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA980

Black with #DDA980

Text Example


Text Example

White with #DDA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA980; }

 p { color: rgb(221,169,128); }

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

background-color css

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

 a { background-color: rgb(221,169,128); }

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

border-color css

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

 span { border-color: rgb(221,169,128); }

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