#D0B493

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

Shades of Tan #D0B493

Tints of Tan #D0B493

Color information

#D0B493 (or 0xD0B493) is unknown color: approx Tan. HEX triplet: D0, B4 and 93. RGB value is (208,180,147). Sum of RGB (Red+Green+Blue) = 208+180+147=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B493 is #2F4B6C. Grayscale: #B8B8B8. Windows color (decimal): -3099501 or 9680080. OLE color: 9680080.

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

Color convert

RGB208180147-
CMYK00.130.290.18
HSL32.46º39.35%69.61%-
HSV(B)32.46º29.33%81.57%-
XYZ47.648.1634.39-
YUV184.61106.78144.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 180 (70.70% from 255) = 33.64%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=38.88%
G=33.64%
B=27.48%

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
Decimal20818014700.130.290.1832.4639.3569.61
HexD0B4930D1D12202746
Octal32026422301535224047106
Binary1101000010110100100100110110111101100101000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B493; }

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

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

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

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

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

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

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

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