#D2B98F

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

Shades of Tan #D2B98F

Tints of Tan #D2B98F

Color information

#D2B98F (or 0xD2B98F) is unknown color: approx Tan. HEX triplet: D2, B9 and 8F. RGB value is (210,185,143). Sum of RGB (Red+Green+Blue) = 210+185+143=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B98F is #2D4670. Grayscale: #BBBBBB. Windows color (decimal): -2967153 or 9419218. OLE color: 9419218.

HSL color Cylindrical-coordinate representation of color #D2B98F: hue angle of 37.61º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2B98F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210185143-
CMYK00.120.320.18
HSL37.61º42.68%69.22%-
HSV(B)37.61º31.9%82.35%-
XYZ48.8950.3833.13-
YUV187.69102.78143.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=39.03%
G=34.39%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018514300.120.320.1837.6142.6869.22
HexD2B98F0C2012262b45
Octal32227121701440224653105
Binary11010010101110011000111101100100000100101001101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B98F; }

 p { color: rgb(210,185,143); }

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

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

 a { background-color: rgb(210,185,143); }

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

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

 span { border-color: rgb(210,185,143); }

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