#D2B78D

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

Shades of Tan #D2B78D

Tints of Tan #D2B78D

Color information

#D2B78D (or 0xD2B78D) is unknown color: approx Tan. HEX triplet: D2, B7 and 8D. RGB value is (210,183,141). Sum of RGB (Red+Green+Blue) = 210+183+141=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B78D is #2D4872. Grayscale: #BABABA. Windows color (decimal): -2967667 or 9287634. OLE color: 9287634.

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

Color convert

RGB210183141-
CMYK00.130.330.18
HSL36.52º43.4%68.82%-
HSV(B)36.52º32.86%82.35%-
XYZ48.3249.4932.21-
YUV186.28102.45144.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 141 (55.47% from 255) = 26.40%
R=39.33%
G=34.27%
B=26.40%

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
Decimal21018314100.130.330.1836.5243.468.82
HexD2B78D0D2112252b45
Octal32226721501541224553105
Binary11010010101101111000110101101100001100101001011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B78D; }

 p { color: rgb(210,183,141); }

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

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

 a { background-color: rgb(210,183,141); }

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

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

 span { border-color: rgb(210,183,141); }

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