#D2B38B

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

Shades of Tan #D2B38B

Tints of Tan #D2B38B

Color information

#D2B38B (or 0xD2B38B) is unknown color: approx Tan. HEX triplet: D2, B3 and 8B. RGB value is (210,179,139). Sum of RGB (Red+Green+Blue) = 210+179+139=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B38B is #2D4C74. Grayscale: #B7B7B7. Windows color (decimal): -2968693 or 9155538. OLE color: 9155538.

HSL color Cylindrical-coordinate representation of color #D2B38B: hue angle of 33.8º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2B38B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB210179139-
CMYK00.150.340.18
HSL33.8º44.1%68.43%-
HSV(B)33.8º33.81%82.35%-
XYZ47.3647.8131.16-
YUV183.71102.77146.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=39.77%
G=33.90%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017913900.150.340.1833.844.168.43
HexD2B38B0F2212222c44
Octal32226321301742224254104
Binary11010010101100111000101101111100010100101000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B38B; }

 p { color: rgb(210,179,139); }

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

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

 a { background-color: rgb(210,179,139); }

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

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

 span { border-color: rgb(210,179,139); }

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