#D0B98C

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

Shades of Tan #D0B98C

Tints of Tan #D0B98C

Color information

#D0B98C (or 0xD0B98C) is unknown color: approx Tan. HEX triplet: D0, B9 and 8C. RGB value is (208,185,140). Sum of RGB (Red+Green+Blue) = 208+185+140=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B98C is #2F4673. Grayscale: #BABABA. Windows color (decimal): -3098228 or 9222608. OLE color: 9222608.

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

Color convert

RGB208185140-
CMYK00.110.330.18
HSL39.71º41.98%68.24%-
HSV(B)39.71º32.69%81.57%-
XYZ48.15031.93-
YUV186.75101.62143.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=39.02%
G=34.71%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818514000.110.330.1839.7141.9868.24
HexD0B98C0B2112282a44
Octal32027121401341225052104
Binary11010000101110011000110001011100001100101010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B98C; }

 p { color: rgb(208,185,140); }

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

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

 a { background-color: rgb(208,185,140); }

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

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

 span { border-color: rgb(208,185,140); }

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