#D0B08C

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

Shades of Tan #D0B08C

Tints of Tan #D0B08C

Color information

#D0B08C (or 0xD0B08C) is unknown color: approx Tan. HEX triplet: D0, B0 and 8C. RGB value is (208,176,140). Sum of RGB (Red+Green+Blue) = 208+176+140=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B08C is #2F4F73. Grayscale: #B5B5B5. Windows color (decimal): -3100532 or 9220304. OLE color: 9220304.

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

Color convert

RGB208176140-
CMYK00.150.330.18
HSL31.76º41.98%68.24%-
HSV(B)31.76º32.69%81.57%-
XYZ46.2746.3531.32-
YUV181.46104.6146.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=39.69%
G=33.59%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817614000.150.330.1831.7641.9868.24
HexD0B08C0F2112202a44
Octal32026021401741224052104
Binary11010000101100001000110001111100001100101000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B08C; }

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

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

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

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

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

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

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

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