#D0B392

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

Shades of Tan #D0B392

Tints of Tan #D0B392

Color information

#D0B392 (or 0xD0B392) is unknown color: approx Tan. HEX triplet: D0, B3 and 92. RGB value is (208,179,146). Sum of RGB (Red+Green+Blue) = 208+179+146=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B392 is #2F4C6D. Grayscale: #B8B8B8. Windows color (decimal): -3099758 or 9614288. OLE color: 9614288.

HSL color Cylindrical-coordinate representation of color #D0B392: hue angle of 31.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0B392 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208179146-
CMYK00.140.300.18
HSL31.94º39.74%69.41%-
HSV(B)31.94º29.81%81.57%-
XYZ47.3247.7333.91-
YUV183.91106.61145.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=39.02%
G=33.58%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817914600.140.300.1831.9439.7469.41
HexD0B3920E1E12202845
Octal32026322201636224050105
Binary1101000010110011100100100111011110100101000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B392; }

 p { color: rgb(208,179,146); }

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

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

 a { background-color: rgb(208,179,146); }

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

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

 span { border-color: rgb(208,179,146); }

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