#D6A083

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

Shades of Tumbleweed #D6A083

Tints of Tumbleweed #D6A083

Color information

#D6A083 (or 0xD6A083) is unknown color: approx Tumbleweed. HEX triplet: D6, A0 and 83. RGB value is (214,160,131). Sum of RGB (Red+Green+Blue) = 214+160+131=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A083 is #295F7C. Grayscale: #ADADAD. Windows color (decimal): -2711421 or 8626390. OLE color: 8626390.

HSL color Cylindrical-coordinate representation of color #D6A083: hue angle of 20.96º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6A083 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214160131-
CMYK00.250.390.16
HSL20.96º50.3%67.65%-
HSV(B)20.96º38.79%83.92%-
XYZ44.441.0827.06-
YUV172.84104.39157.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=42.38%
G=31.68%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416013100.250.390.1620.9650.367.65
HexD6A0830192710153244
Octal32624020303147202562104
Binary11010110101000001000001101100110011110000101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A083; }

 p { color: rgb(214,160,131); }

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

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

 a { background-color: rgb(214,160,131); }

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

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

 span { border-color: rgb(214,160,131); }

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