#D1B290

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

Shades of Tan #D1B290

Tints of Tan #D1B290

Color information

#D1B290 (or 0xD1B290) is unknown color: approx Tan. HEX triplet: D1, B2 and 90. RGB value is (209,178,144). Sum of RGB (Red+Green+Blue) = 209+178+144=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B290 is #2E4D6F. Grayscale: #B7B7B7. Windows color (decimal): -3034480 or 9482961. OLE color: 9482961.

HSL color Cylindrical-coordinate representation of color #D1B290: hue angle of 31.38º 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 #D1B290 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209178144-
CMYK00.150.310.18
HSL31.38º41.4%69.22%-
HSV(B)31.38º31.1%81.96%-
XYZ47.2547.4133.05-
YUV183.39105.77146.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=39.36%
G=33.52%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917814400.150.310.1831.3841.469.22
HexD1B2900F1F121f2945
Octal32126222001737223751105
Binary110100011011001010010000011111111110010111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B290; }

 p { color: rgb(209,178,144); }

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

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

 a { background-color: rgb(209,178,144); }

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

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

 span { border-color: rgb(209,178,144); }

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