#D6B988

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

Shades of Tan #D6B988

Tints of Tan #D6B988

Color information

#D6B988 (or 0xD6B988) is unknown color: approx Tan. HEX triplet: D6, B9 and 88. RGB value is (214,185,136). Sum of RGB (Red+Green+Blue) = 214+185+136=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B988 is #294677. Grayscale: #BCBCBC. Windows color (decimal): -2705016 or 8960470. OLE color: 8960470.

HSL color Cylindrical-coordinate representation of color #D6B988: hue angle of 37.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6B988 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214185136-
CMYK00.140.360.16
HSL37.69º48.75%68.63%-
HSV(B)37.69º36.45%83.92%-
XYZ49.5250.7730.48-
YUV188.0898.61146.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=40%
G=34.58%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418513600.140.360.1637.6948.7568.63
HexD6B9880E2410263145
Octal32627121001644204661105
Binary11010110101110011000100001110100100100001001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B988; }

 p { color: rgb(214,185,136); }

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

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

 a { background-color: rgb(214,185,136); }

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

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

 span { border-color: rgb(214,185,136); }

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