#DDA280

Color #DDA280 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #DDA280

Tints of Tumbleweed #DDA280

Color information

#DDA280 (or 0xDDA280) is unknown color: approx Tumbleweed. HEX triplet: DD, A2 and 80. RGB value is (221,162,128). Sum of RGB (Red+Green+Blue) = 221+162+128=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA280 is #225D7F. Grayscale: #AFAFAF. Windows color (decimal): -2252160 or 8430301. OLE color: 8430301.

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

Color convert

RGB221162128-
CMYK00.270.420.13
HSL21.94º57.76%68.43%-
HSV(B)21.94º42.08%86.67%-
XYZ46.6442.7726.22-
YUV175.76101.05160.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=43.25%
G=31.70%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116212800.270.420.1321.9457.7668.43
HexDDA28001B2AD163a44
Octal33524220003352152672104
Binary1101110110100010100000000110111010101101101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA280; }

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

 H1.HeaderClassName
 {
   color: #DDA280;
 }
 .AnyTagClassName
 {
   color: #DDA280;
 }
</style>
background-color css

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

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

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

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

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

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