#D6B48D

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

Shades of Tan #D6B48D

Tints of Tan #D6B48D

Color information

#D6B48D (or 0xD6B48D) is unknown color: approx Tan. HEX triplet: D6, B4 and 8D. RGB value is (214,180,141). Sum of RGB (Red+Green+Blue) = 214+180+141=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B48D is #294B72. Grayscale: #B9B9B9. Windows color (decimal): -2706291 or 9286870. OLE color: 9286870.

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

Color convert

RGB214180141-
CMYK00.160.340.16
HSL32.05º47.1%69.61%-
HSV(B)32.05º34.11%83.92%-
XYZ48.8648.8632.06-
YUV185.72102.76148.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=40%
G=33.64%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418014100.160.340.1632.0547.169.61
HexD6B48D0102210202f46
Octal32626421502042204057106
Binary110101101011010010001101010000100010100001000001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B48D; }

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

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

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

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

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

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

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

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