#DDA384

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

Shades of Tumbleweed #DDA384

Tints of Tumbleweed #DDA384

Color information

#DDA384 (or 0xDDA384) is unknown color: approx Tumbleweed. HEX triplet: DD, A3 and 84. RGB value is (221,163,132). Sum of RGB (Red+Green+Blue) = 221+163+132=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA384 is #225C7B. Grayscale: #B0B0B0. Windows color (decimal): -2251900 or 8692701. OLE color: 8692701.

HSL color Cylindrical-coordinate representation of color #DDA384: hue angle of 20.9º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA384 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221163132-
CMYK00.260.400.13
HSL20.9º56.69%69.22%-
HSV(B)20.9º40.27%86.67%-
XYZ47.0843.2327.69-
YUV176.81102.72159.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=42.83%
G=31.59%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116313200.260.400.1320.956.6969.22
HexDDA38401A28D153945
Octal33524320403250152571105
Binary1101110110100011100001000110101010001101101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA384; }

 p { color: rgb(221,163,132); }

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

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

 a { background-color: rgb(221,163,132); }

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

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

 span { border-color: rgb(221,163,132); }

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