#D0B78A

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

Shades of Tan #D0B78A

Tints of Tan #D0B78A

Color information

#D0B78A (or 0xD0B78A) is unknown color: approx Tan. HEX triplet: D0, B7 and 8A. RGB value is (208,183,138). Sum of RGB (Red+Green+Blue) = 208+183+138=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B78A is #2F4875. Grayscale: #B9B9B9. Windows color (decimal): -3098742 or 9091024. OLE color: 9091024.

HSL color Cylindrical-coordinate representation of color #D0B78A: hue angle of 38.57º degrees, saturation: 0.43, 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 #D0B78A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB208183138-
CMYK00.120.340.18
HSL38.57º42.68%67.84%-
HSV(B)38.57º33.65%81.57%-
XYZ47.5349.1131.02-
YUV185.34101.28144.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=39.32%
G=34.59%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818313800.120.340.1838.5742.6867.84
HexD0B78A0C2212272b44
Octal32026721201442224753104
Binary11010000101101111000101001100100010100101001111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B78A; }

 p { color: rgb(208,183,138); }

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

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

 a { background-color: rgb(208,183,138); }

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

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

 span { border-color: rgb(208,183,138); }

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