#DDA46F

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

Shades of Tumbleweed #DDA46F

Tints of Tumbleweed #DDA46F

Color information

#DDA46F (or 0xDDA46F) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 6F. RGB value is (221,164,111). Sum of RGB (Red+Green+Blue) = 221+164+111=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA46F is #225B90. Grayscale: #AFAFAF. Windows color (decimal): -2251665 or 7316701. OLE color: 7316701.

HSL color Cylindrical-coordinate representation of color #DDA46F: hue angle of 28.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDA46F is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221164111-
CMYK00.260.500.13
HSL28.91º61.8%65.1%-
HSV(B)28.91º49.77%86.67%-
XYZ45.9643.0720.93-
YUV17591.88160.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=44.56%
G=33.06%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116411100.260.500.1328.9161.865.1
HexDDA46F01A32D1d3e41
Octal33524415703262153576101
Binary110111011010010011011110110101100101101111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA46F; }

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

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

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

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

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

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

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

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