#D8A077

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

Shades of Tumbleweed #D8A077

Tints of Tumbleweed #D8A077

Color information

#D8A077 (or 0xD8A077) is unknown color: approx Tumbleweed. HEX triplet: D8, A0 and 77. RGB value is (216,160,119). Sum of RGB (Red+Green+Blue) = 216+160+119=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A077 is #275F88. Grayscale: #ACACAC. Windows color (decimal): -2580361 or 7839960. OLE color: 7839960.

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

Color convert

RGB216160119-
CMYK00.260.450.15
HSL25.36º55.43%65.69%-
HSV(B)25.36º44.91%84.71%-
XYZ44.2241.0723.05-
YUV172.0798.05159.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=43.64%
G=32.32%
B=24.04%

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
Decimal21616011900.260.450.1525.3655.4365.69
HexD8A07701A2DF193742
Octal33024016703255173167102
Binary110110001010000011101110110101011011111110011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A077; }

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

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

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

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

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

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

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

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