#D0B88B

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

Shades of Tan #D0B88B

Tints of Tan #D0B88B

Color information

#D0B88B (or 0xD0B88B) is unknown color: approx Tan. HEX triplet: D0, B8 and 8B. RGB value is (208,184,139). Sum of RGB (Red+Green+Blue) = 208+184+139=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B88B is #2F4774. Grayscale: #BABABA. Windows color (decimal): -3098485 or 9156816. OLE color: 9156816.

HSL color Cylindrical-coordinate representation of color #D0B88B: hue angle of 39.13º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0B88B is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208184139-
CMYK00.120.330.18
HSL39.13º42.33%68.04%-
HSV(B)39.13º33.17%81.57%-
XYZ47.8149.5531.47-
YUV186.05101.45143.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=39.17%
G=34.65%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818413900.120.330.1839.1342.3368.04
HexD0B88B0C2112272a44
Octal32027021301441224752104
Binary11010000101110001000101101100100001100101001111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B88B; }

 p { color: rgb(208,184,139); }

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

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

 a { background-color: rgb(208,184,139); }

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

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

 span { border-color: rgb(208,184,139); }

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