#D0B386

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

Shades of Tan #D0B386

Tints of Tan #D0B386

Color information

#D0B386 (or 0xD0B386) is unknown color: approx Tan. HEX triplet: D0, B3 and 86. RGB value is (208,179,134). Sum of RGB (Red+Green+Blue) = 208+179+134=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B386 is #2F4C79. Grayscale: #B6B6B6. Windows color (decimal): -3099770 or 8827856. OLE color: 8827856.

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

Color convert

RGB208179134-
CMYK00.140.360.18
HSL36.49º44.05%67.06%-
HSV(B)36.49º35.58%81.57%-
XYZ46.4447.3729.25-
YUV182.54100.61146.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=39.92%
G=34.36%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817913400.140.360.1836.4944.0567.06
HexD0B3860E2412242c43
Octal32026320601644224454103
Binary11010000101100111000011001110100100100101001001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B386; }

 p { color: rgb(208,179,134); }

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

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

 a { background-color: rgb(208,179,134); }

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

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

 span { border-color: rgb(208,179,134); }

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