#DDA780

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

Shades of Tumbleweed #DDA780

Tints of Tumbleweed #DDA780

Color information

#DDA780 (or 0xDDA780) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 80. RGB value is (221,167,128). Sum of RGB (Red+Green+Blue) = 221+167+128=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA780 is #22587F. Grayscale: #B2B2B2. Windows color (decimal): -2250880 or 8431581. OLE color: 8431581.

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

Color convert

RGB221167128-
CMYK00.240.420.13
HSL25.16º57.76%68.43%-
HSV(B)25.16º42.08%86.67%-
XYZ47.5344.5726.52-
YUV178.799.39158.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=42.83%
G=32.36%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116712800.240.420.1325.1657.7668.43
HexDDA7800182AD193a44
Octal33524720003052153172104
Binary1101110110100111100000000110001010101101110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA780; }

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

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

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

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

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

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

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

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