#DDAC90

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

Shades of Tumbleweed #DDAC90

Tints of Tumbleweed #DDAC90

Color information

#DDAC90 (or 0xDDAC90) is unknown color: approx Tumbleweed. HEX triplet: DD, AC and 90. RGB value is (221,172,144). Sum of RGB (Red+Green+Blue) = 221+172+144=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC90 is #22536F. Grayscale: #B7B7B7. Windows color (decimal): -2249584 or 9481437. OLE color: 9481437.

HSL color Cylindrical-coordinate representation of color #DDAC90: hue angle of 21.82º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDAC90 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221172144-
CMYK00.220.350.13
HSL21.82º53.1%71.57%-
HSV(B)21.82º34.84%86.67%-
XYZ49.6146.8932.82-
YUV183.46105.73154.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=41.15%
G=32.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117214400.220.350.1321.8253.171.57
HexDDAC9001623D163548
Octal33525422002643152665110
Binary1101110110101100100100000101101000111101101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC90; }

 p { color: rgb(221,172,144); }

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

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

 a { background-color: rgb(221,172,144); }

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

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

 span { border-color: rgb(221,172,144); }

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