#DDA576

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

Shades of Tumbleweed #DDA576

Tints of Tumbleweed #DDA576

Color information

#DDA576 (or 0xDDA576) is unknown color: approx Tumbleweed. HEX triplet: DD, A5 and 76. RGB value is (221,165,118). Sum of RGB (Red+Green+Blue) = 221+165+118=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA576 is #225A89. Grayscale: #B0B0B0. Windows color (decimal): -2251402 or 7775709. OLE color: 7775709.

HSL color Cylindrical-coordinate representation of color #DDA576: hue angle of 27.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDA576 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221165118-
CMYK00.250.470.13
HSL27.38º60.23%66.47%-
HSV(B)27.38º46.61%86.67%-
XYZ46.5443.5923.1-
YUV176.3995.05159.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=43.85%
G=32.74%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116511800.250.470.1327.3860.2366.47
HexDDA5760192FD1b3c42
Octal33524516603157153374102
Binary110111011010010111101100110011011111101110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA576; }

 p { color: rgb(221,165,118); }

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

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

 a { background-color: rgb(221,165,118); }

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

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

 span { border-color: rgb(221,165,118); }

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