#D6A780

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

Shades of Tumbleweed #D6A780

Tints of Tumbleweed #D6A780

Color information

#D6A780 (or 0xD6A780) is unknown color: approx Tumbleweed. HEX triplet: D6, A7 and 80. RGB value is (214,167,128). Sum of RGB (Red+Green+Blue) = 214+167+128=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A780 is #29587F. Grayscale: #B0B0B0. Windows color (decimal): -2709632 or 8431574. OLE color: 8431574.

HSL color Cylindrical-coordinate representation of color #D6A780: hue angle of 27.21º 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 #D6A780 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214167128-
CMYK00.220.400.16
HSL27.21º51.19%67.06%-
HSV(B)27.21º40.19%83.92%-
XYZ45.4543.4926.42-
YUV176.61100.57154.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 167 (65.62% from 255) = 32.81%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=42.04%
G=32.81%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416712800.220.400.1627.2151.1967.06
HexD6A78001628101b3343
Octal32624720002650203363103
Binary11010110101001111000000001011010100010000110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A780; }

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

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

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

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

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

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

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

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