#DDA285

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

Shades of Tumbleweed #DDA285

Tints of Tumbleweed #DDA285

Color information

#DDA285 (or 0xDDA285) is unknown color: approx Tumbleweed. HEX triplet: DD, A2 and 85. RGB value is (221,162,133). Sum of RGB (Red+Green+Blue) = 221+162+133=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA285 is #225D7A. Grayscale: #B0B0B0. Windows color (decimal): -2252155 or 8757981. OLE color: 8757981.

HSL color Cylindrical-coordinate representation of color #DDA285: hue angle of 19.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA285 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221162133-
CMYK00.270.400.13
HSL19.77º56.41%69.41%-
HSV(B)19.77º39.82%86.67%-
XYZ46.9742.9128-
YUV176.34103.55159.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=42.83%
G=31.40%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116213300.270.400.1319.7756.4169.41
HexDDA28501B28D143845
Octal33524220503350152470105
Binary1101110110100010100001010110111010001101101001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA285; }

 p { color: rgb(221,162,133); }

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

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

 a { background-color: rgb(221,162,133); }

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

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

 span { border-color: rgb(221,162,133); }

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