#D3BB9B

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

Shades of Vanilla #D3BB9B

Tints of Vanilla #D3BB9B

Color information

#D3BB9B (or 0xD3BB9B) is unknown color: approx Vanilla. HEX triplet: D3, BB and 9B. RGB value is (211,187,155). Sum of RGB (Red+Green+Blue) = 211+187+155=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BB9B is #2C4464. Grayscale: #BEBEBE. Windows color (decimal): -2901093 or 10206163. OLE color: 10206163.

HSL color Cylindrical-coordinate representation of color #D3BB9B: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3BB9B is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB211187155-
CMYK00.110.270.17
HSL34.29º38.89%71.76%-
HSV(B)34.29º26.54%82.75%-
XYZ50.5551.7638.34-
YUV190.53107.95142.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.16%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=38.16%
G=33.82%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118715500.110.270.1734.2938.8971.76
HexD3BB9B0B1B11222748
Octal32327323301333214247110
Binary1101001110111011100110110101111011100011000101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BB9B; }

 p { color: rgb(211,187,155); }

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

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

 a { background-color: rgb(211,187,155); }

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

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

 span { border-color: rgb(211,187,155); }

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