#D2B58A

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

Shades of Tan #D2B58A

Tints of Tan #D2B58A

Color information

#D2B58A (or 0xD2B58A) is unknown color: approx Tan. HEX triplet: D2, B5 and 8A. RGB value is (210,181,138). Sum of RGB (Red+Green+Blue) = 210+181+138=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B58A is #2D4A75. Grayscale: #B8B8B8. Windows color (decimal): -2968182 or 9090514. OLE color: 9090514.

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

Color convert

RGB210181138-
CMYK00.140.340.18
HSL35.83º44.44%68.24%-
HSV(B)35.83º34.29%82.35%-
XYZ47.6948.5830.91-
YUV184.77101.61146-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=39.70%
G=34.22%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018113800.140.340.1835.8344.4468.24
HexD2B58A0E2212242c44
Octal32226521201642224454104
Binary11010010101101011000101001110100010100101001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B58A; }

 p { color: rgb(210,181,138); }

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

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

 a { background-color: rgb(210,181,138); }

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

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

 span { border-color: rgb(210,181,138); }

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