#DDA47B

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

Shades of Tumbleweed #DDA47B

Tints of Tumbleweed #DDA47B

Color information

#DDA47B (or 0xDDA47B) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 7B. RGB value is (221,164,123). Sum of RGB (Red+Green+Blue) = 221+164+123=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA47B is #225B84. Grayscale: #B0B0B0. Windows color (decimal): -2251653 or 8103133. OLE color: 8103133.

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

Color convert

RGB221164123-
CMYK00.260.440.13
HSL25.1º59.04%67.45%-
HSV(B)25.1º44.34%86.67%-
XYZ46.6743.3524.65-
YUV176.3797.88159.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=43.50%
G=32.28%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116412300.260.440.1325.159.0467.45
HexDDA47B01A2CD193b43
Octal33524417303254153173103
Binary110111011010010011110110110101011001101110011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA47B; }

 p { color: rgb(221,164,123); }

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

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

 a { background-color: rgb(221,164,123); }

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

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

 span { border-color: rgb(221,164,123); }

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