#D2B28B

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

Shades of Tan #D2B28B

Tints of Tan #D2B28B

Color information

#D2B28B (or 0xD2B28B) is unknown color: approx Tan. HEX triplet: D2, B2 and 8B. RGB value is (210,178,139). Sum of RGB (Red+Green+Blue) = 210+178+139=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B28B is #2D4D74. Grayscale: #B7B7B7. Windows color (decimal): -2968949 or 9155282. OLE color: 9155282.

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

Color convert

RGB210178139-
CMYK00.150.340.18
HSL32.96º44.1%68.43%-
HSV(B)32.96º33.81%82.35%-
XYZ47.1647.4131.09-
YUV183.12103.1147.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=39.85%
G=33.78%
B=26.38%

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
Decimal21017813900.150.340.1832.9644.168.43
HexD2B28B0F2212212c44
Octal32226221301742224154104
Binary11010010101100101000101101111100010100101000011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B28B; }

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

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

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

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

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

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

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

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