#D6B98C

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

Shades of Tan #D6B98C

Tints of Tan #D6B98C

Color information

#D6B98C (or 0xD6B98C) is unknown color: approx Tan. HEX triplet: D6, B9 and 8C. RGB value is (214,185,140). Sum of RGB (Red+Green+Blue) = 214+185+140=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B98C is #294673. Grayscale: #BCBCBC. Windows color (decimal): -2705012 or 9222614. OLE color: 9222614.

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

Color convert

RGB214185140-
CMYK00.140.350.16
HSL36.49º47.44%69.41%-
HSV(B)36.49º34.58%83.92%-
XYZ49.8150.8932.01-
YUV188.54100.61146.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=39.70%
G=34.32%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418514000.140.350.1636.4947.4469.41
HexD6B98C0E2310242f45
Octal32627121401643204457105
Binary11010110101110011000110001110100011100001001001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B98C; }

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

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

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

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

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

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

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

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