#DDA775

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

Shades of Tumbleweed #DDA775

Tints of Tumbleweed #DDA775

Color information

#DDA775 (or 0xDDA775) is unknown color: approx Tumbleweed. HEX triplet: DD, A7 and 75. RGB value is (221,167,117). Sum of RGB (Red+Green+Blue) = 221+167+117=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA775 is #22588A. Grayscale: #B1B1B1. Windows color (decimal): -2250891 or 7710685. OLE color: 7710685.

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

Color convert

RGB221167117-
CMYK00.240.470.13
HSL28.85º60.47%66.27%-
HSV(B)28.85º47.06%86.67%-
XYZ46.8544.2922.91-
YUV177.4593.89159.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=43.76%
G=33.07%
B=23.17%

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
Decimal22116711700.240.470.1328.8560.4766.27
HexDDA7750182FD1d3c42
Octal33524716503057153574102
Binary110111011010011111101010110001011111101111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA775; }

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

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

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

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

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

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

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

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