#D8A076

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

Shades of Tumbleweed #D8A076

Tints of Tumbleweed #D8A076

Color information

#D8A076 (or 0xD8A076) is unknown color: approx Tumbleweed. HEX triplet: D8, A0 and 76. RGB value is (216,160,118). Sum of RGB (Red+Green+Blue) = 216+160+118=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A076 is #275F89. Grayscale: #ACACAC. Windows color (decimal): -2580362 or 7774424. OLE color: 7774424.

HSL color Cylindrical-coordinate representation of color #D8A076: hue angle of 25.71º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8A076 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB216160118-
CMYK00.260.450.15
HSL25.71º55.68%65.49%-
HSV(B)25.71º45.37%84.71%-
XYZ44.1641.0522.74-
YUV171.9697.55159.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=43.72%
G=32.39%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616011800.260.450.1525.7155.6865.49
HexD8A07601A2DF1a3841
Octal33024016603255173270101
Binary110110001010000011101100110101011011111110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A076; }

 p { color: rgb(216,160,118); }

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

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

 a { background-color: rgb(216,160,118); }

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

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

 span { border-color: rgb(216,160,118); }

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