#DDA685

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

Shades of Tumbleweed #DDA685

Tints of Tumbleweed #DDA685

Color information

#DDA685 (or 0xDDA685) is unknown color: approx Tumbleweed. HEX triplet: DD, A6 and 85. RGB value is (221,166,133). Sum of RGB (Red+Green+Blue) = 221+166+133=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA685 is #22597A. Grayscale: #B2B2B2. Windows color (decimal): -2251131 or 8759005. OLE color: 8759005.

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

Color convert

RGB221166133-
CMYK00.250.400.13
HSL22.5º56.41%69.41%-
HSV(B)22.5º39.82%86.67%-
XYZ47.6944.3428.23-
YUV178.68102.22158.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=42.5%
G=31.92%
B=25.58%

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
Decimal22116613300.250.400.1322.556.4169.41
HexDDA68501928D173845
Octal33524620503150152770105
Binary1101110110100110100001010110011010001101101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA685; }

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

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

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

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

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

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

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

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