#D2B993

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

Shades of Tan #D2B993

Tints of Tan #D2B993

Color information

#D2B993 (or 0xD2B993) is unknown color: approx Tan. HEX triplet: D2, B9 and 93. RGB value is (210,185,147). Sum of RGB (Red+Green+Blue) = 210+185+147=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B993 is #2D466C. Grayscale: #BCBCBC. Windows color (decimal): -2967149 or 9681362. OLE color: 9681362.

HSL color Cylindrical-coordinate representation of color #D2B993: hue angle of 36.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2B993 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210185147-
CMYK00.120.300.18
HSL36.19º41.18%70%-
HSV(B)36.19º30%82.35%-
XYZ49.1950.5134.76-
YUV188.14104.78143.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=38.75%
G=34.13%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018514700.120.300.1836.1941.1870
HexD2B9930C1E12242946
Octal32227122301436224451106
Binary1101001010111001100100110110011110100101001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B993; }

 p { color: rgb(210,185,147); }

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

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

 a { background-color: rgb(210,185,147); }

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

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

 span { border-color: rgb(210,185,147); }

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