#D6B98D

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

Shades of Tan #D6B98D

Tints of Tan #D6B98D

Color information

#D6B98D (or 0xD6B98D) is unknown color: approx Tan. HEX triplet: D6, B9 and 8D. RGB value is (214,185,141). Sum of RGB (Red+Green+Blue) = 214+185+141=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B98D is #294672. Grayscale: #BCBCBC. Windows color (decimal): -2705011 or 9288150. OLE color: 9288150.

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

Color convert

RGB214185141-
CMYK00.140.340.16
HSL36.16º47.1%69.61%-
HSV(B)36.16º34.11%83.92%-
XYZ49.8950.9232.4-
YUV188.66101.11146.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=39.63%
G=34.26%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418514100.140.340.1636.1647.169.61
HexD6B98D0E2210242f46
Octal32627121501642204457106
Binary11010110101110011000110101110100010100001001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B98D; }

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

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

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

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

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

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

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

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