#D6A078

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

Shades of Tumbleweed #D6A078

Tints of Tumbleweed #D6A078

Color information

#D6A078 (or 0xD6A078) is unknown color: approx Tumbleweed. HEX triplet: D6, A0 and 78. RGB value is (214,160,120). Sum of RGB (Red+Green+Blue) = 214+160+120=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A078 is #295F87. Grayscale: #ABABAB. Windows color (decimal): -2711432 or 7905494. OLE color: 7905494.

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

Color convert

RGB214160120-
CMYK00.250.440.16
HSL25.53º53.41%65.49%-
HSV(B)25.53º43.93%83.92%-
XYZ43.6940.7923.34-
YUV171.5998.89158.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=43.32%
G=32.39%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416012000.250.440.1625.5353.4165.49
HexD6A0780192C101a3541
Octal32624017003154203265101
Binary1101011010100000111100001100110110010000110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A078; }

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

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

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

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

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

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

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

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