#dda487

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

Shades of Tumbleweed #DDA487

Tints of Tumbleweed #DDA487

Color information

#DDA487 (or 0xDDA487) is unknown color: approx Tumbleweed. HEX triplet: DD, A4 and 87. RGB value is (221,164,135). Sum of RGB (Red+Green+Blue) = 221+164+135=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA487 is #225B78. Grayscale: #B1B1B1. Windows color (decimal): -2251641 or 8889565. OLE color: 8889565.

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

Color convert

RGB221164135-
CMYK00.260.390.13
HSL20.23º55.84%69.8%-
HSV(B)20.23º38.91%86.67%-
XYZ47.4743.6728.85-
YUV177.74103.88158.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=42.5%
G=31.54%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116413500.260.390.1320.2355.8469.8
HexDDA48701A27D143846
Octal33524420703247152470106
Binary1101110110100100100001110110101001111101101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dda487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dda487; }

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

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

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

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

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

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

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

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