#D6A281

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

Shades of Tumbleweed #D6A281

Tints of Tumbleweed #D6A281

Color information

#D6A281 (or 0xD6A281) is unknown color: approx Tumbleweed. HEX triplet: D6, A2 and 81. RGB value is (214,162,129). Sum of RGB (Red+Green+Blue) = 214+162+129=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A281 is #295D7E. Grayscale: #ADADAD. Windows color (decimal): -2710911 or 8495830. OLE color: 8495830.

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

Color convert

RGB214162129-
CMYK00.240.400.16
HSL23.29º50.9%67.25%-
HSV(B)23.29º39.72%83.92%-
XYZ44.6141.7226.47-
YUV173.79102.73156.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=42.38%
G=32.08%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416212900.240.400.1623.2950.967.25
HexD6A2810182810173343
Octal32624220103050202763103
Binary11010110101000101000000101100010100010000101111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A281; }

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

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

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

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

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

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

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

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