#D3BA9E

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

Shades of Vanilla #D3BA9E

Tints of Vanilla #D3BA9E

Color information

#D3BA9E (or 0xD3BA9E) is unknown color: approx Vanilla. HEX triplet: D3, BA and 9E. RGB value is (211,186,158). Sum of RGB (Red+Green+Blue) = 211+186+158=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA9E is #2C4561. Grayscale: #BEBEBE. Windows color (decimal): -2901346 or 10402515. OLE color: 10402515.

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

Color convert

RGB211186158-
CMYK00.120.250.17
HSL31.7º37.59%72.35%-
HSV(B)31.7º25.12%82.75%-
XYZ50.5951.4439.61-
YUV190.28109.78142.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.02%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=38.02%
G=33.51%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118615800.120.250.1731.737.5972.35
HexD3BA9E0C1911202648
Octal32327223601431214046110
Binary1101001110111010100111100110011001100011000001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BA9E; }

 p { color: rgb(211,186,158); }

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

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

 a { background-color: rgb(211,186,158); }

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

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

 span { border-color: rgb(211,186,158); }

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