#D6A87D

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

Shades of Tumbleweed #D6A87D

Tints of Tumbleweed #D6A87D

Color information

#D6A87D (or 0xD6A87D) is unknown color: approx Tumbleweed. HEX triplet: D6, A8 and 7D. RGB value is (214,168,125). Sum of RGB (Red+Green+Blue) = 214+168+125=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A87D is #295782. Grayscale: #B1B1B1. Windows color (decimal): -2709379 or 8235222. OLE color: 8235222.

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

Color convert

RGB214168125-
CMYK00.210.420.16
HSL28.99º52.05%66.47%-
HSV(B)28.99º41.59%83.92%-
XYZ45.4443.7825.46-
YUV176.8598.74154.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 125 (49.22% from 255) = 24.65%
R=42.21%
G=33.14%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416812500.210.420.1628.9952.0566.47
HexD6A87D0152A101d3442
Octal32625017502552203564102
Binary1101011010101000111110101010110101010000111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A87D; }

 p { color: rgb(214,168,125); }

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

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

 a { background-color: rgb(214,168,125); }

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

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

 span { border-color: rgb(214,168,125); }

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