#DDA68A

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

Shades of Tumbleweed #DDA68A

Tints of Tumbleweed #DDA68A

Color information

#DDA68A (or 0xDDA68A) is unknown color: approx Tumbleweed. HEX triplet: DD, A6 and 8A. RGB value is (221,166,138). Sum of RGB (Red+Green+Blue) = 221+166+138=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68A is #225975. Grayscale: #B3B3B3. Windows color (decimal): -2251126 or 9086685. OLE color: 9086685.

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

Color convert

RGB221166138-
CMYK00.250.380.13
HSL20.24º54.97%70.39%-
HSV(B)20.24º37.56%86.67%-
XYZ48.0444.4830.1-
YUV179.25104.72157.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=42.10%
G=31.62%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116613800.250.380.1320.2454.9770.39
HexDDA68A01926D143746
Octal33524621203146152467106
Binary1101110110100110100010100110011001101101101001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA68A; }

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

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

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

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

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

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

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

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