#D6A288

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

Shades of Tumbleweed #D6A288

Tints of Tumbleweed #D6A288

Color information

#D6A288 (or 0xD6A288) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 88. RGB value is (214,162,136). Sum of RGB (Red+Green+Blue) = 214+162+136=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A288 is #295D77. Grayscale: #AEAEAE. Windows color (decimal): -2710904 or 8954582. OLE color: 8954582.

HSL color Cylindrical-coordinate representation of color #D6A288: hue angle of 20º 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 #D6A288 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214162136-
CMYK00.240.360.16
HSL20º48.75%68.63%-
HSV(B)20º36.45%83.92%-
XYZ45.141.9129.01-
YUV174.58106.23156.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=41.80%
G=31.64%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416213600.240.360.162048.7568.63
HexD6A2880182410143145
Octal32624221003044202461105
Binary11010110101000101000100001100010010010000101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A288; }

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

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

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

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

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

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

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

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