#D0B18D

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

Shades of Tan #D0B18D

Tints of Tan #D0B18D

Color information

#D0B18D (or 0xD0B18D) is unknown color: approx Tan. HEX triplet: D0, B1 and 8D. RGB value is (208,177,141). Sum of RGB (Red+Green+Blue) = 208+177+141=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B18D is #2F4E72. Grayscale: #B6B6B6. Windows color (decimal): -3100275 or 9286096. OLE color: 9286096.

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

Color convert

RGB208177141-
CMYK00.150.320.18
HSL32.24º41.61%68.43%-
HSV(B)32.24º32.21%81.57%-
XYZ46.5446.7831.78-
YUV182.17104.77146.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=39.54%
G=33.65%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817714100.150.320.1832.2441.6168.43
HexD0B18D0F2012202a44
Octal32026121501740224052104
Binary11010000101100011000110101111100000100101000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B18D; }

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

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

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

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

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

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

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

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