#D8A180

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

Shades of Tumbleweed #D8A180

Tints of Tumbleweed #D8A180

Color information

#D8A180 (or 0xD8A180) is unknown color: approx Tumbleweed. HEX triplet: D8, A1 and 80. RGB value is (216,161,128). Sum of RGB (Red+Green+Blue) = 216+161+128=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A180 is #275E7F. Grayscale: #ADADAD. Windows color (decimal): -2580096 or 8430040. OLE color: 8430040.

HSL color Cylindrical-coordinate representation of color #D8A180: hue angle of 22.5º 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 #D8A180 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216161128-
CMYK00.250.410.15
HSL22.5º53.01%67.45%-
HSV(B)22.5º40.74%84.71%-
XYZ44.9641.6526.09-
YUV173.68102.22158.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=42.77%
G=31.88%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616112800.250.410.1522.553.0167.45
HexD8A18001929F173543
Octal33024120003151172765103
Binary1101100010100001100000000110011010011111101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A180; }

 p { color: rgb(216,161,128); }

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

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

 a { background-color: rgb(216,161,128); }

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

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

 span { border-color: rgb(216,161,128); }

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