#D0B38B

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

Shades of Tan #D0B38B

Tints of Tan #D0B38B

Color information

#D0B38B (or 0xD0B38B) is unknown color: approx Tan. HEX triplet: D0, B3 and 8B. RGB value is (208,179,139). Sum of RGB (Red+Green+Blue) = 208+179+139=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B38B is #2F4C74. Grayscale: #B7B7B7. Windows color (decimal): -3099765 or 9155536. OLE color: 9155536.

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

Color convert

RGB208179139-
CMYK00.140.330.18
HSL34.78º42.33%68.04%-
HSV(B)34.78º33.17%81.57%-
XYZ46.7947.5131.13-
YUV183.11103.11145.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 179 (70.31% from 255) = 34.03%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=39.54%
G=34.03%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817913900.140.330.1834.7842.3368.04
HexD0B38B0E2112232a44
Octal32026321301641224352104
Binary11010000101100111000101101110100001100101000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B38B; }

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

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

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

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

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

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

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

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