#D6B08D

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

Shades of Tan #D6B08D

Tints of Tan #D6B08D

Color information

#D6B08D (or 0xD6B08D) is unknown color: approx Tan. HEX triplet: D6, B0 and 8D. RGB value is (214,176,141). Sum of RGB (Red+Green+Blue) = 214+176+141=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B08D is #294F72. Grayscale: #B7B7B7. Windows color (decimal): -2707315 or 9285846. OLE color: 9285846.

HSL color Cylindrical-coordinate representation of color #D6B08D: hue angle of 28.77º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6B08D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214176141-
CMYK00.180.340.16
HSL28.77º47.1%69.61%-
HSV(B)28.77º34.11%83.92%-
XYZ48.0647.2731.79-
YUV183.37104.09149.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 176 (69.14% from 255) = 33.15%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=40.30%
G=33.15%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417614100.180.340.1628.7747.169.61
HexD6B08D01222101d2f46
Octal32626021502242203557106
Binary11010110101100001000110101001010001010000111011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B08D; }

 p { color: rgb(214,176,141); }

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

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

 a { background-color: rgb(214,176,141); }

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

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

 span { border-color: rgb(214,176,141); }

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