#D0B38D

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

Shades of Tan #D0B38D

Tints of Tan #D0B38D

Color information

#D0B38D (or 0xD0B38D) is unknown color: approx Tan. HEX triplet: D0, B3 and 8D. RGB value is (208,179,141). Sum of RGB (Red+Green+Blue) = 208+179+141=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B38D is #2F4C72. Grayscale: #B7B7B7. Windows color (decimal): -3099763 or 9286608. OLE color: 9286608.

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

Color convert

RGB208179141-
CMYK00.140.320.18
HSL34.03º41.61%68.43%-
HSV(B)34.03º32.21%81.57%-
XYZ46.9447.5731.91-
YUV183.34104.11145.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=39.39%
G=33.90%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817914100.140.320.1834.0341.6168.43
HexD0B38D0E2012222a44
Octal32026321501640224252104
Binary11010000101100111000110101110100000100101000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B38D; }

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

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

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

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

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

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

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

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