#DDA388

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

Shades of Tumbleweed #DDA388

Tints of Tumbleweed #DDA388

Color information

#DDA388 (or 0xDDA388) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 88. RGB value is (221,163,136). Sum of RGB (Red+Green+Blue) = 221+163+136=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA388 is #225C77. Grayscale: #B1B1B1. Windows color (decimal): -2251896 or 8954845. OLE color: 8954845.

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

Color convert

RGB221163136-
CMYK00.260.380.13
HSL19.06º55.56%70%-
HSV(B)19.06º38.46%86.67%-
XYZ47.3643.3429.16-
YUV177.26104.72159.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=42.5%
G=31.35%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116313600.260.380.1319.0655.5670
HexDDA38801A26D133846
Octal33524321003246152370106
Binary1101110110100011100010000110101001101101100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA388; }

 p { color: rgb(221,163,136); }

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

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

 a { background-color: rgb(221,163,136); }

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

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

 span { border-color: rgb(221,163,136); }

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