#DCA688

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

Shades of Tumbleweed #DCA688

Tints of Tumbleweed #DCA688

Color information

#DCA688 (or 0xDCA688) is unknown color: approx Tumbleweed. HEX triplet: DC, A6 and 88. RGB value is (220,166,136). Sum of RGB (Red+Green+Blue) = 220+166+136=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA688 is #235977. Grayscale: #B2B2B2. Windows color (decimal): -2316664 or 8955612. OLE color: 8955612.

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

Color convert

RGB220166136-
CMYK00.250.380.14
HSL21.43º54.55%69.8%-
HSV(B)21.43º38.18%86.27%-
XYZ47.644.2729.33-
YUV178.73103.89157.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 166 (65.23% from 255) = 31.80%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=42.15%
G=31.80%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016613600.250.380.1421.4354.5569.8
HexDCA68801926E153746
Octal33424621003146162567106
Binary1101110010100110100010000110011001101110101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA688; }

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

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

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

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

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

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

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

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