#D6A482

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

Shades of Tumbleweed #D6A482

Tints of Tumbleweed #D6A482

Color information

#D6A482 (or 0xD6A482) is unknown color: approx Tumbleweed. HEX triplet: D6, A4 and 82. RGB value is (214,164,130). Sum of RGB (Red+Green+Blue) = 214+164+130=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A482 is #295B7D. Grayscale: #AFAFAF. Windows color (decimal): -2710398 or 8561878. OLE color: 8561878.

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

Color convert

RGB214164130-
CMYK00.230.390.16
HSL24.29º50.6%67.45%-
HSV(B)24.29º39.25%83.92%-
XYZ45.0442.4626.94-
YUV175.07102.56155.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=42.13%
G=32.28%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416413000.230.390.1624.2950.667.45
HexD6A4820172710183343
Octal32624420202747203063103
Binary11010110101001001000001001011110011110000110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A482; }

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

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

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

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

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

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

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

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