#D6A275

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

Shades of Tumbleweed #D6A275

Tints of Tumbleweed #D6A275

Color information

#D6A275 (or 0xD6A275) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 75. RGB value is (214,162,117). Sum of RGB (Red+Green+Blue) = 214+162+117=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A275 is #295D8A. Grayscale: #ACACAC. Windows color (decimal): -2710923 or 7709398. OLE color: 7709398.

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

Color convert

RGB214162117-
CMYK00.240.450.16
HSL27.84º54.19%64.9%-
HSV(B)27.84º45.33%83.92%-
XYZ43.8641.4222.51-
YUV172.4296.73157.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 117 (46.09% from 255) = 23.73%
R=43.41%
G=32.86%
B=23.73%

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
Decimal21416211700.240.450.1627.8454.1964.9
HexD6A2750182D101c3641
Octal32624216503055203466101
Binary1101011010100010111010101100010110110000111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A275; }

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

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

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

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

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

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

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

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