#D0B78F

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

Shades of Tan #D0B78F

Tints of Tan #D0B78F

Color information

#D0B78F (or 0xD0B78F) is unknown color: approx Tan. HEX triplet: D0, B7 and 8F. RGB value is (208,183,143). Sum of RGB (Red+Green+Blue) = 208+183+143=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B78F is #2F4870. Grayscale: #BABABA. Windows color (decimal): -3098737 or 9418704. OLE color: 9418704.

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

Color convert

RGB208183143-
CMYK00.120.310.18
HSL36.92º40.88%68.82%-
HSV(B)36.92º31.25%81.57%-
XYZ47.949.2632.97-
YUV185.92103.78143.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=38.95%
G=34.27%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818314300.120.310.1836.9240.8868.82
HexD0B78F0C1F12252945
Octal32026721701437224551105
Binary1101000010110111100011110110011111100101001011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B78F; }

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

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

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

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

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

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

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

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