#DCAC88

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

Shades of Tumbleweed #DCAC88

Tints of Tumbleweed #DCAC88

Color information

#DCAC88 (or 0xDCAC88) is unknown color: approx Tumbleweed. HEX triplet: DC, AC and 88. RGB value is (220,172,136). Sum of RGB (Red+Green+Blue) = 220+172+136=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC88 is #235377. Grayscale: #B6B6B6. Windows color (decimal): -2315128 or 8957148. OLE color: 8957148.

HSL color Cylindrical-coordinate representation of color #DCAC88: hue angle of 25.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCAC88 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220172136-
CMYK00.220.380.14
HSL25.71º54.55%69.8%-
HSV(B)25.71º38.18%86.27%-
XYZ48.7146.529.7-
YUV182.25101.9154.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 136 (53.52% from 255) = 25.76%
R=41.67%
G=32.58%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017213600.220.380.1425.7154.5569.8
HexDCAC8801626E1a3746
Octal33425421002646163267106
Binary1101110010101100100010000101101001101110110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC88; }

 p { color: rgb(220,172,136); }

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

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

 a { background-color: rgb(220,172,136); }

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

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

 span { border-color: rgb(220,172,136); }

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