#D6A382

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

Shades of Tumbleweed #D6A382

Tints of Tumbleweed #D6A382

Color information

#D6A382 (or 0xD6A382) is unknown color: approx Tumbleweed. HEX triplet: D6, A3 and 82. RGB value is (214,163,130). Sum of RGB (Red+Green+Blue) = 214+163+130=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A382 is #295C7D. Grayscale: #AEAEAE. Windows color (decimal): -2710654 or 8561622. OLE color: 8561622.

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

Color convert

RGB214163130-
CMYK00.240.390.16
HSL23.57º50.6%67.45%-
HSV(B)23.57º39.25%83.92%-
XYZ44.8642.126.88-
YUV174.49102.9156.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 163 (64.06% from 255) = 32.15%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=42.21%
G=32.15%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416313000.240.390.1623.5750.667.45
HexD6A3820182710183343
Octal32624320203047203063103
Binary11010110101000111000001001100010011110000110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A382; }

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

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

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

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

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

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

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

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