#D8A07F

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

Shades of Tumbleweed #D8A07F

Tints of Tumbleweed #D8A07F

Color information

#D8A07F (or 0xD8A07F) is unknown color: approx Tumbleweed. HEX triplet: D8, A0 and 7F. RGB value is (216,160,127). Sum of RGB (Red+Green+Blue) = 216+160+127=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A07F is #275F80. Grayscale: #ADADAD. Windows color (decimal): -2580353 or 8364248. OLE color: 8364248.

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

Color convert

RGB216160127-
CMYK00.260.410.15
HSL22.25º53.29%67.25%-
HSV(B)22.25º41.2%84.71%-
XYZ44.7241.2725.69-
YUV172.98102.05158.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 127 (50% from 255) = 25.25%
R=42.94%
G=31.81%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616012700.260.410.1522.2553.2967.25
HexD8A07F01A29F163543
Octal33024017703251172665103
Binary110110001010000011111110110101010011111101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A07F; }

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

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

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

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

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

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

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

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