#D2BB8E

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

Shades of Tan #D2BB8E

Tints of Tan #D2BB8E

Color information

#D2BB8E (or 0xD2BB8E) is unknown color: approx Tan. HEX triplet: D2, BB and 8E. RGB value is (210,187,142). Sum of RGB (Red+Green+Blue) = 210+187+142=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BB8E is #2D4471. Grayscale: #BCBCBC. Windows color (decimal): -2966642 or 9354194. OLE color: 9354194.

HSL color Cylindrical-coordinate representation of color #D2BB8E: hue angle of 39.71º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2BB8E is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210187142-
CMYK00.110.320.18
HSL39.71º43.04%69.02%-
HSV(B)39.71º32.38%82.35%-
XYZ49.2351.232.88-
YUV188.75101.62143.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=38.96%
G=34.69%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018714200.110.320.1839.7143.0469.02
HexD2BB8E0B2012282b45
Octal32227321601340225053105
Binary11010010101110111000111001011100000100101010001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BB8E; }

 p { color: rgb(210,187,142); }

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

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

 a { background-color: rgb(210,187,142); }

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

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

 span { border-color: rgb(210,187,142); }

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