#D6A985

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

Shades of Tumbleweed #D6A985

Tints of Tumbleweed #D6A985

Color information

#D6A985 (or 0xD6A985) is unknown color: approx Tumbleweed. HEX triplet: D6, A9 and 85. RGB value is (214,169,133). Sum of RGB (Red+Green+Blue) = 214+169+133=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A985 is #29567A. Grayscale: #B2B2B2. Windows color (decimal): -2709115 or 8759766. OLE color: 8759766.

HSL color Cylindrical-coordinate representation of color #D6A985: hue angle of 26.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6A985 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214169133-
CMYK00.210.380.16
HSL26.67º49.69%68.04%-
HSV(B)26.67º37.85%83.92%-
XYZ46.1544.3728.32-
YUV178.35102.41153.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 169 (66.41% from 255) = 32.75%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=41.47%
G=32.75%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416913300.210.380.1626.6749.6968.04
HexD6A98501526101b3244
Octal32625120502546203362104
Binary11010110101010011000010101010110011010000110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A985; }

 p { color: rgb(214,169,133); }

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

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

 a { background-color: rgb(214,169,133); }

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

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

 span { border-color: rgb(214,169,133); }

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