#DDA77E

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

Shades of Tumbleweed #DDA77E

Tints of Tumbleweed #DDA77E

Color information

#DDA77E (or 0xDDA77E) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 7E. RGB value is (221,167,126). Sum of RGB (Red+Green+Blue) = 221+167+126=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA77E is #225881. Grayscale: #B2B2B2. Windows color (decimal): -2250882 or 8300509. OLE color: 8300509.

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

Color convert

RGB221167126-
CMYK00.240.430.13
HSL25.89º58.28%68.04%-
HSV(B)25.89º42.99%86.67%-
XYZ47.444.5225.83-
YUV178.4798.39158.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 126 (49.61% from 255) = 24.51%
R=43.00%
G=32.49%
B=24.51%

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
Decimal22116712600.240.430.1325.8958.2868.04
HexDDA77E0182BD1a3a44
Octal33524717603053153272104
Binary110111011010011111111100110001010111101110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA77E; }

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

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

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

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

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

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

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

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