#D7BD8E

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

Shades of Tan #D7BD8E

Tints of Tan #D7BD8E

Color information

#D7BD8E (or 0xD7BD8E) is unknown color: approx Tan. HEX triplet: D7, BD and 8E. RGB value is (215,189,142). Sum of RGB (Red+Green+Blue) = 215+189+142=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD8E is #284271. Grayscale: #BFBFBF. Windows color (decimal): -2638450 or 9354711. OLE color: 9354711.

HSL color Cylindrical-coordinate representation of color #D7BD8E: hue angle of 38.63º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7BD8E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215189142-
CMYK00.120.340.16
HSL38.63º47.71%70%-
HSV(B)38.63º33.95%84.31%-
XYZ51.152.833.09-
YUV191.42100.11144.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 142 (55.86% from 255) = 26.01%
R=39.38%
G=34.62%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518914200.120.340.1638.6347.7170
HexD7BD8E0C2210273046
Octal32727521601442204760106
Binary11010111101111011000111001100100010100001001111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BD8E; }

 p { color: rgb(215,189,142); }

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

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

 a { background-color: rgb(215,189,142); }

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

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

 span { border-color: rgb(215,189,142); }

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