#DDA077

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

Shades of Tumbleweed #DDA077

Tints of Tumbleweed #DDA077

Color information

#DDA077 (or 0xDDA077) is unknown color: approx Tumbleweed. HEX triplet: DD, A0 and 77. RGB value is (221,160,119). Sum of RGB (Red+Green+Blue) = 221+160+119=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA077 is #225F88. Grayscale: #ADADAD. Windows color (decimal): -2252681 or 7839965. OLE color: 7839965.

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

Color convert

RGB221160119-
CMYK00.280.460.13
HSL24.12º60%66.67%-
HSV(B)24.12º46.15%86.67%-
XYZ45.7241.8523.12-
YUV173.5697.21161.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=44.2%
G=32%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116011900.280.460.1324.126066.67
HexDDA07701C2ED183c43
Octal33524016703456153074103
Binary110111011010000011101110111001011101101110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA077; }

 p { color: rgb(221,160,119); }

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

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

 a { background-color: rgb(221,160,119); }

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

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

 span { border-color: rgb(221,160,119); }

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