#D6A585

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

Shades of Tumbleweed #D6A585

Tints of Tumbleweed #D6A585

Color information

#D6A585 (or 0xD6A585) is unknown color: approx Tumbleweed. HEX triplet: D6, A5 and 85. RGB value is (214,165,133). Sum of RGB (Red+Green+Blue) = 214+165+133=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A585 is #295A7A. Grayscale: #B0B0B0. Windows color (decimal): -2710139 or 8758742. OLE color: 8758742.

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

Color convert

RGB214165133-
CMYK00.230.380.16
HSL23.7º49.69%68.04%-
HSV(B)23.7º37.85%83.92%-
XYZ45.4242.928.08-
YUV176103.73155.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=41.80%
G=32.23%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416513300.230.380.1623.749.6968.04
HexD6A5850172610183244
Octal32624520502746203062104
Binary11010110101001011000010101011110011010000110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A585; }

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

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

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

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

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

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

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

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