#D0B593

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

Shades of Tan #D0B593

Tints of Tan #D0B593

Color information

#D0B593 (or 0xD0B593) is unknown color: approx Tan. HEX triplet: D0, B5 and 93. RGB value is (208,181,147). Sum of RGB (Red+Green+Blue) = 208+181+147=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B593 is #2F4A6C. Grayscale: #B9B9B9. Windows color (decimal): -3099245 or 9680336. OLE color: 9680336.

HSL color Cylindrical-coordinate representation of color #D0B593: hue angle of 33.44º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B593 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208181147-
CMYK00.130.290.18
HSL33.44º39.35%69.61%-
HSV(B)33.44º29.33%81.57%-
XYZ47.848.5634.46-
YUV185.2106.45144.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=38.81%
G=33.77%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818114700.130.290.1833.4439.3569.61
HexD0B5930D1D12212746
Octal32026522301535224147106
Binary1101000010110101100100110110111101100101000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B593; }

 p { color: rgb(208,181,147); }

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

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

 a { background-color: rgb(208,181,147); }

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

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

 span { border-color: rgb(208,181,147); }

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