#D6A282

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

Shades of Tumbleweed #D6A282

Tints of Tumbleweed #D6A282

Color information

#D6A282 (or 0xD6A282) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 82. RGB value is (214,162,130). Sum of RGB (Red+Green+Blue) = 214+162+130=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A282 is #295D7D. Grayscale: #AEAEAE. Windows color (decimal): -2710910 or 8561366. OLE color: 8561366.

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

Color convert

RGB214162130-
CMYK00.240.390.16
HSL22.86º50.6%67.45%-
HSV(B)22.86º39.25%83.92%-
XYZ44.6841.7526.82-
YUV173.9103.23156.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=42.29%
G=32.02%
B=25.69%

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
Decimal21416213000.240.390.1622.8650.667.45
HexD6A2820182710173343
Octal32624220203047202763103
Binary11010110101000101000001001100010011110000101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A282; }

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

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

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

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

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

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

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

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