#D6A276

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

Shades of Tumbleweed #D6A276

Tints of Tumbleweed #D6A276

Color information

#D6A276 (or 0xD6A276) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 76. RGB value is (214,162,118). Sum of RGB (Red+Green+Blue) = 214+162+118=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A276 is #295D89. Grayscale: #ACACAC. Windows color (decimal): -2710922 or 7774934. OLE color: 7774934.

HSL color Cylindrical-coordinate representation of color #D6A276: hue angle of 27.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6A276 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214162118-
CMYK00.240.450.16
HSL27.5º53.93%65.1%-
HSV(B)27.5º44.86%83.92%-
XYZ43.9241.4422.82-
YUV172.5397.23157.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=43.32%
G=32.79%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416211800.240.450.1627.553.9365.1
HexD6A2760182D101c3641
Octal32624216603055203466101
Binary1101011010100010111011001100010110110000111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A276; }

 p { color: rgb(214,162,118); }

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

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

 a { background-color: rgb(214,162,118); }

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

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

 span { border-color: rgb(214,162,118); }

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