#D8A58C

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

Shades of Tumbleweed #D8A58C

Tints of Tumbleweed #D8A58C

Color information

#D8A58C (or 0xD8A58C) is unknown color: approx Tumbleweed. HEX triplet: D8, A5 and 8C. RGB value is (216,165,140). Sum of RGB (Red+Green+Blue) = 216+165+140=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A58C is #275A73. Grayscale: #B1B1B1. Windows color (decimal): -2579060 or 9217496. OLE color: 9217496.

HSL color Cylindrical-coordinate representation of color #D8A58C: hue angle of 19.74º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8A58C is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216165140-
CMYK00.240.350.15
HSL19.74º49.35%69.8%-
HSV(B)19.74º35.19%84.71%-
XYZ46.5143.430.74-
YUV177.4106.9155.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.46%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=41.46%
G=31.67%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616514000.240.350.1519.7449.3569.8
HexD8A58C01823F143146
Octal33024521403043172461106
Binary1101100010100101100011000110001000111111101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A58C; }

 p { color: rgb(216,165,140); }

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

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

 a { background-color: rgb(216,165,140); }

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

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

 span { border-color: rgb(216,165,140); }

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