#D0B58C

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

Shades of Tan #D0B58C

Tints of Tan #D0B58C

Color information

#D0B58C (or 0xD0B58C) is unknown color: approx Tan. HEX triplet: D0, B5 and 8C. RGB value is (208,181,140). Sum of RGB (Red+Green+Blue) = 208+181+140=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B58C is #2F4A73. Grayscale: #B8B8B8. Windows color (decimal): -3099252 or 9221584. OLE color: 9221584.

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

Color convert

RGB208181140-
CMYK00.130.330.18
HSL36.18º41.98%68.24%-
HSV(B)36.18º32.69%81.57%-
XYZ47.2748.3531.65-
YUV184.4102.95144.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=39.32%
G=34.22%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818114000.130.330.1836.1841.9868.24
HexD0B58C0D2112242a44
Octal32026521401541224452104
Binary11010000101101011000110001101100001100101001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B58C; }

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

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

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

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

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

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

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

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