#D0B38F

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

Shades of Tan #D0B38F

Tints of Tan #D0B38F

Color information

#D0B38F (or 0xD0B38F) is unknown color: approx Tan. HEX triplet: D0, B3 and 8F. RGB value is (208,179,143). Sum of RGB (Red+Green+Blue) = 208+179+143=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B38F is #2F4C70. Grayscale: #B7B7B7. Windows color (decimal): -3099761 or 9417680. OLE color: 9417680.

HSL color Cylindrical-coordinate representation of color #D0B38F: hue angle of 33.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0B38F is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208179143-
CMYK00.140.310.18
HSL33.23º40.88%68.82%-
HSV(B)33.23º31.25%81.57%-
XYZ47.0947.6332.7-
YUV183.57105.11145.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=39.25%
G=33.77%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817914300.140.310.1833.2340.8868.82
HexD0B38F0E1F12212945
Octal32026321701637224151105
Binary1101000010110011100011110111011111100101000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B38F; }

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

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

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

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

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

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

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

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