#D0BB8E

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

Shades of Tan #D0BB8E

Tints of Tan #D0BB8E

Color information

#D0BB8E (or 0xD0BB8E) is unknown color: approx Tan. HEX triplet: D0, BB and 8E. RGB value is (208,187,142). Sum of RGB (Red+Green+Blue) = 208+187+142=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB8E is #2F4471. Grayscale: #BCBCBC. Windows color (decimal): -3097714 or 9354192. OLE color: 9354192.

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

Color convert

RGB208187142-
CMYK00.100.320.18
HSL40.91º41.25%68.63%-
HSV(B)40.91º31.73%81.57%-
XYZ48.6750.932.85-
YUV188.15101.96142.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=38.73%
G=34.82%
B=26.44%

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
Decimal20818714200.100.320.1840.9141.2568.63
HexD0BB8E0A2012292945
Octal32027321601240225151105
Binary11010000101110111000111001010100000100101010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB8E; }

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

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

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

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

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

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

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

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