#DDA58B

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

Shades of Tumbleweed #DDA58B

Tints of Tumbleweed #DDA58B

Color information

#DDA58B (or 0xDDA58B) is unknown color: approx Tumbleweed. HEX triplet: DD, A5 and 8B. RGB value is (221,165,139). Sum of RGB (Red+Green+Blue) = 221+165+139=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58B is #225A74. Grayscale: #B2B2B2. Windows color (decimal): -2251381 or 9151965. OLE color: 9151965.

HSL color Cylindrical-coordinate representation of color #DDA58B: hue angle of 19.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA58B is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221165139-
CMYK00.250.370.13
HSL19.02º54.67%70.59%-
HSV(B)19.02º37.1%86.67%-
XYZ47.9344.1530.42-
YUV178.78105.55158.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 139 (54.69% from 255) = 26.48%
R=42.10%
G=31.43%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116513900.250.370.1319.0254.6770.59
HexDDA58B01925D133747
Octal33524521303145152367107
Binary1101110110100101100010110110011001011101100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA58B; }

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

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

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

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

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

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

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

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