#D0B68B

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

Shades of Tan #D0B68B

Tints of Tan #D0B68B

Color information

#D0B68B (or 0xD0B68B) is unknown color: approx Tan. HEX triplet: D0, B6 and 8B. RGB value is (208,182,139). Sum of RGB (Red+Green+Blue) = 208+182+139=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B68B is #2F4974. Grayscale: #B9B9B9. Windows color (decimal): -3098997 or 9156304. OLE color: 9156304.

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

Color convert

RGB208182139-
CMYK00.120.330.18
HSL37.39º42.33%68.04%-
HSV(B)37.39º33.17%81.57%-
XYZ47.448.7331.33-
YUV184.87102.11144.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=39.32%
G=34.40%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818213900.120.330.1837.3942.3368.04
HexD0B68B0C2112252a44
Octal32026621301441224552104
Binary11010000101101101000101101100100001100101001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B68B; }

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

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

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

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

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

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

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

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