#D6A880

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

Shades of Tumbleweed #D6A880

Tints of Tumbleweed #D6A880

Color information

#D6A880 (or 0xD6A880) is unknown color: approx Tumbleweed. HEX triplet: D6, A8 and 80. RGB value is (214,168,128). Sum of RGB (Red+Green+Blue) = 214+168+128=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A880 is #29577F. Grayscale: #B1B1B1. Windows color (decimal): -2709376 or 8431830. OLE color: 8431830.

HSL color Cylindrical-coordinate representation of color #D6A880: hue angle of 27.91º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6A880 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214168128-
CMYK00.210.400.16
HSL27.91º51.19%67.06%-
HSV(B)27.91º40.19%83.92%-
XYZ45.6343.8626.48-
YUV177.19100.24154.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=41.96%
G=32.94%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416812800.210.400.1627.9151.1967.06
HexD6A88001528101c3343
Octal32625020002550203463103
Binary11010110101010001000000001010110100010000111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A880; }

 p { color: rgb(214,168,128); }

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

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

 a { background-color: rgb(214,168,128); }

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

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

 span { border-color: rgb(214,168,128); }

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