#DDA585

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

Shades of Tumbleweed #DDA585

Tints of Tumbleweed #DDA585

Color information

#DDA585 (or 0xDDA585) is unknown color: approx Tumbleweed. HEX triplet: DD, A5 and 85. RGB value is (221,165,133). Sum of RGB (Red+Green+Blue) = 221+165+133=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA585 is #225A7A. Grayscale: #B2B2B2. Windows color (decimal): -2251387 or 8758749. OLE color: 8758749.

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

Color convert

RGB221165133-
CMYK00.250.400.13
HSL21.82º56.41%69.41%-
HSV(B)21.82º39.82%86.67%-
XYZ47.5143.9828.17-
YUV178.1102.55158.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=42.58%
G=31.79%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116513300.250.400.1321.8256.4169.41
HexDDA58501928D163845
Octal33524520503150152670105
Binary1101110110100101100001010110011010001101101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA585; }

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

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

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

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

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

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

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

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