#D2BD93

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

Shades of Tan #D2BD93

Tints of Tan #D2BD93

Color information

#D2BD93 (or 0xD2BD93) is unknown color: approx Tan. HEX triplet: D2, BD and 93. RGB value is (210,189,147). Sum of RGB (Red+Green+Blue) = 210+189+147=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD93 is #2D426C. Grayscale: #BEBEBE. Windows color (decimal): -2966125 or 9682386. OLE color: 9682386.

HSL color Cylindrical-coordinate representation of color #D2BD93: hue angle of 40º 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 #D2BD93 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210189147-
CMYK00.100.300.18
HSL40º41.18%70%-
HSV(B)40º30%82.35%-
XYZ50.0452.235.04-
YUV190.49103.46141.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018914700.100.300.184041.1870
HexD2BD930A1E12282946
Octal32227522301236225051106
Binary1101001010111101100100110101011110100101010001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BD93; }

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

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

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

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

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

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

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

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