#D6A378

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

Shades of Tumbleweed #D6A378

Tints of Tumbleweed #D6A378

Color information

#D6A378 (or 0xD6A378) is unknown color: approx Tumbleweed. HEX triplet: D6, A3 and 78. RGB value is (214,163,120). Sum of RGB (Red+Green+Blue) = 214+163+120=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A378 is #295C87. Grayscale: #ADADAD. Windows color (decimal): -2710664 or 7906262. OLE color: 7906262.

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

Color convert

RGB214163120-
CMYK00.240.440.16
HSL27.45º53.41%65.49%-
HSV(B)27.45º43.93%83.92%-
XYZ44.2241.8523.52-
YUV173.3597.9157-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 120 (47.27% from 255) = 24.14%
R=43.06%
G=32.80%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416312000.240.440.1627.4553.4165.49
HexD6A3780182C101b3541
Octal32624317003054203365101
Binary1101011010100011111100001100010110010000110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A378; }

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

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

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

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

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

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

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

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