#DDA888

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

Shades of Tumbleweed #DDA888

Tints of Tumbleweed #DDA888

Color information

#DDA888 (or 0xDDA888) is unknown color: approx Tumbleweed. HEX triplet: DD, A8 and 88. RGB value is (221,168,136). Sum of RGB (Red+Green+Blue) = 221+168+136=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA888 is #225777. Grayscale: #B4B4B4. Windows color (decimal): -2250616 or 8956125. OLE color: 8956125.

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

Color convert

RGB221168136-
CMYK00.240.380.13
HSL22.59º55.56%70%-
HSV(B)22.59º38.46%86.67%-
XYZ48.2745.1529.46-
YUV180.2103.06157.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=42.10%
G=32%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116813600.240.380.1322.5955.5670
HexDDA88801826D173846
Octal33525021003046152770106
Binary1101110110101000100010000110001001101101101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA888; }

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

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

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

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

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

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

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

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