#D8A070

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

Shades of Tumbleweed #D8A070

Tints of Tumbleweed #D8A070

Color information

#D8A070 (or 0xD8A070) is unknown color: approx Tumbleweed. HEX triplet: D8, A0 and 70. RGB value is (216,160,112). Sum of RGB (Red+Green+Blue) = 216+160+112=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A070 is #275F8F. Grayscale: #ABABAB. Windows color (decimal): -2580368 or 7381208. OLE color: 7381208.

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

Color convert

RGB216160112-
CMYK00.260.480.15
HSL27.69º57.14%64.31%-
HSV(B)27.69º48.15%84.71%-
XYZ43.8140.9120.92-
YUV171.2794.55159.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=44.26%
G=32.79%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616011200.260.480.1527.6957.1464.31
HexD8A07001A30F1c3940
Octal33024016003260173471100
Binary110110001010000011100000110101100001111111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A070; }

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

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

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

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

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

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

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

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