#D6A088

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

Shades of Tumbleweed #D6A088

Tints of Tumbleweed #D6A088

Color information

#D6A088 (or 0xD6A088) is unknown color: approx Tumbleweed. HEX triplet: D6, A0 and 88. RGB value is (214,160,136). Sum of RGB (Red+Green+Blue) = 214+160+136=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A088 is #295F77. Grayscale: #ADADAD. Windows color (decimal): -2711416 or 8954070. OLE color: 8954070.

HSL color Cylindrical-coordinate representation of color #D6A088: hue angle of 18.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6A088 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214160136-
CMYK00.250.360.16
HSL18.46º48.75%68.63%-
HSV(B)18.46º36.45%83.92%-
XYZ44.7541.2228.89-
YUV173.41106.89156.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 136 (53.52% from 255) = 26.67%
R=41.96%
G=31.37%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416013600.250.360.1618.4648.7568.63
HexD6A0880192410123145
Octal32624021003144202261105
Binary11010110101000001000100001100110010010000100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A088; }

 p { color: rgb(214,160,136); }

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

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

 a { background-color: rgb(214,160,136); }

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

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

 span { border-color: rgb(214,160,136); }

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