#DDA776

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

Shades of Tumbleweed #DDA776

Tints of Tumbleweed #DDA776

Color information

#DDA776 (or 0xDDA776) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 76. RGB value is (221,167,118). Sum of RGB (Red+Green+Blue) = 221+167+118=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA776 is #225889. Grayscale: #B1B1B1. Windows color (decimal): -2250890 or 7776221. OLE color: 7776221.

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

Color convert

RGB221167118-
CMYK00.240.470.13
HSL28.54º60.23%66.47%-
HSV(B)28.54º46.61%86.67%-
XYZ46.9144.3223.22-
YUV177.5694.39158.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=43.68%
G=33.00%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116711800.240.470.1328.5460.2366.47
HexDDA7760182FD1d3c42
Octal33524716603057153574102
Binary110111011010011111101100110001011111101111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA776; }

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

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

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

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

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

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

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

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