#DDA474

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

Shades of Tumbleweed #DDA474

Tints of Tumbleweed #DDA474

Color information

#DDA474 (or 0xDDA474) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 74. RGB value is (221,164,116). Sum of RGB (Red+Green+Blue) = 221+164+116=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA474 is #225B8B. Grayscale: #AFAFAF. Windows color (decimal): -2251660 or 7644381. OLE color: 7644381.

HSL color Cylindrical-coordinate representation of color #DDA474: hue angle of 27.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDA474 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221164116-
CMYK00.260.480.13
HSL27.43º60.69%66.08%-
HSV(B)27.43º47.51%86.67%-
XYZ46.2543.1822.42-
YUV175.5794.38160.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=44.11%
G=32.73%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116411600.260.480.1327.4360.6966.08
HexDDA47401A30D1b3d42
Octal33524416403260153375102
Binary110111011010010011101000110101100001101110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA474; }

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

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

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

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

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

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

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

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