#D0B68E

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

Shades of Tan #D0B68E

Tints of Tan #D0B68E

Color information

#D0B68E (or 0xD0B68E) is unknown color: approx Tan. HEX triplet: D0, B6 and 8E. RGB value is (208,182,142). Sum of RGB (Red+Green+Blue) = 208+182+142=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B68E is #2F4971. Grayscale: #B9B9B9. Windows color (decimal): -3098994 or 9352912. OLE color: 9352912.

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

Color convert

RGB208182142-
CMYK00.120.320.18
HSL36.36º41.25%68.63%-
HSV(B)36.36º31.73%81.57%-
XYZ47.6248.8232.5-
YUV185.21103.61144.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=39.10%
G=34.21%
B=26.69%

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
Decimal20818214200.120.320.1836.3641.2568.63
HexD0B68E0C2012242945
Octal32026621601440224451105
Binary11010000101101101000111001100100000100101001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B68E; }

 p { color: rgb(208,182,142); }

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

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

 a { background-color: rgb(208,182,142); }

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

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

 span { border-color: rgb(208,182,142); }

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