#DDA475

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

Shades of Tumbleweed #DDA475

Tints of Tumbleweed #DDA475

Color information

#DDA475 (or 0xDDA475) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 75. RGB value is (221,164,117). Sum of RGB (Red+Green+Blue) = 221+164+117=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA475 is #225B8A. Grayscale: #AFAFAF. Windows color (decimal): -2251659 or 7709917. OLE color: 7709917.

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

Color convert

RGB221164117-
CMYK00.260.470.13
HSL27.12º60.47%66.27%-
HSV(B)27.12º47.06%86.67%-
XYZ46.3143.2122.73-
YUV175.6894.88160.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=44.02%
G=32.67%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116411700.260.470.1327.1260.4766.27
HexDDA47501A2FD1b3c42
Octal33524416503257153374102
Binary110111011010010011101010110101011111101110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA475; }

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

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

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

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

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

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

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

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