#D0BC8E

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

Shades of Tan #D0BC8E

Tints of Tan #D0BC8E

Color information

#D0BC8E (or 0xD0BC8E) is unknown color: approx Tan. HEX triplet: D0, BC and 8E. RGB value is (208,188,142). Sum of RGB (Red+Green+Blue) = 208+188+142=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC8E is #2F4371. Grayscale: #BCBCBC. Windows color (decimal): -3097458 or 9354448. OLE color: 9354448.

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

Color convert

RGB208188142-
CMYK00.100.320.18
HSL41.82º41.25%68.63%-
HSV(B)41.82º31.73%81.57%-
XYZ48.8851.3332.92-
YUV188.74101.63141.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=38.66%
G=34.94%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818814200.100.320.1841.8241.2568.63
HexD0BC8E0A20122a2945
Octal32027421601240225251105
Binary11010000101111001000111001010100000100101010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC8E; }

 p { color: rgb(208,188,142); }

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

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

 a { background-color: rgb(208,188,142); }

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

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

 span { border-color: rgb(208,188,142); }

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