#DDA77C

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

Shades of Tumbleweed #DDA77C

Tints of Tumbleweed #DDA77C

Color information

#DDA77C (or 0xDDA77C) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 7C. RGB value is (221,167,124). Sum of RGB (Red+Green+Blue) = 221+167+124=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77C is #225883. Grayscale: #B2B2B2. Windows color (decimal): -2250884 or 8169437. OLE color: 8169437.

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

Color convert

RGB221167124-
CMYK00.240.440.13
HSL26.6º58.79%67.65%-
HSV(B)26.6º43.89%86.67%-
XYZ47.2844.4625.16-
YUV178.2497.39158.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 124 (48.83% from 255) = 24.22%
R=43.16%
G=32.62%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116712400.240.440.1326.658.7967.65
HexDDA77C0182CD1b3b44
Octal33524717403054153373104
Binary110111011010011111111000110001011001101110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA77C; }

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

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

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

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

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

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

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

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