#D0B191

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

Shades of Tan #D0B191

Tints of Tan #D0B191

Color information

#D0B191 (or 0xD0B191) is unknown color: approx Tan. HEX triplet: D0, B1 and 91. RGB value is (208,177,145). Sum of RGB (Red+Green+Blue) = 208+177+145=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B191 is #2F4E6E. Grayscale: #B6B6B6. Windows color (decimal): -3100271 or 9548240. OLE color: 9548240.

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

Color convert

RGB208177145-
CMYK00.150.300.18
HSL30.48º40.13%69.22%-
HSV(B)30.48º30.29%81.57%-
XYZ46.8546.933.37-
YUV182.62106.77146.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=39.25%
G=33.40%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817714500.150.300.1830.4840.1369.22
HexD0B1910F1E121e2845
Octal32026122101736223650105
Binary110100001011000110010001011111111010010111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B191; }

 p { color: rgb(208,177,145); }

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

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

 a { background-color: rgb(208,177,145); }

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

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

 span { border-color: rgb(208,177,145); }

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