#DDA77D

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

Shades of Tumbleweed #DDA77D

Tints of Tumbleweed #DDA77D

Color information

#DDA77D (or 0xDDA77D) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 7D. RGB value is (221,167,125). Sum of RGB (Red+Green+Blue) = 221+167+125=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77D is #225882. Grayscale: #B2B2B2. Windows color (decimal): -2250883 or 8234973. OLE color: 8234973.

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

Color convert

RGB221167125-
CMYK00.240.430.13
HSL26.25º58.54%67.84%-
HSV(B)26.25º43.44%86.67%-
XYZ47.3444.4925.49-
YUV178.3697.89158.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=43.08%
G=32.55%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116712500.240.430.1326.2558.5467.84
HexDDA77D0182BD1a3b44
Octal33524717503053153273104
Binary110111011010011111111010110001010111101110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA77D; }

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

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

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

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

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

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

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

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