#D8A275

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

Shades of Tumbleweed #D8A275

Tints of Tumbleweed #D8A275

Color information

#D8A275 (or 0xD8A275) is unknown color: approx Tumbleweed. HEX triplet: D8, A2 and 75. RGB value is (216,162,117). Sum of RGB (Red+Green+Blue) = 216+162+117=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A275 is #275D8A. Grayscale: #ADADAD. Windows color (decimal): -2579851 or 7709400. OLE color: 7709400.

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

Color convert

RGB216162117-
CMYK00.250.460.15
HSL27.27º55.93%65.29%-
HSV(B)27.27º45.83%84.71%-
XYZ44.4541.7222.54-
YUV173.0296.39158.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=43.64%
G=32.73%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616211700.250.460.1527.2755.9365.29
HexD8A2750192EF1b3841
Octal33024216503156173370101
Binary110110001010001011101010110011011101111110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A275; }

 p { color: rgb(216,162,117); }

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

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

 a { background-color: rgb(216,162,117); }

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

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

 span { border-color: rgb(216,162,117); }

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