#D4BA9D

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

Shades of Vanilla #D4BA9D

Tints of Vanilla #D4BA9D

Color information

#D4BA9D (or 0xD4BA9D) is unknown color: approx Vanilla. HEX triplet: D4, BA and 9D. RGB value is (212,186,157). Sum of RGB (Red+Green+Blue) = 212+186+157=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BA9D is #2B4562. Grayscale: #BEBEBE. Windows color (decimal): -2835811 or 10336980. OLE color: 10336980.

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

Color convert

RGB212186157-
CMYK00.120.260.17
HSL31.64º39.01%72.35%-
HSV(B)31.64º25.94%83.14%-
XYZ50.851.5539.17-
YUV190.47109.11143.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=38.20%
G=33.51%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218615700.120.260.1731.6439.0172.35
HexD4BA9D0C1A11202748
Octal32427223501432214047110
Binary1101010010111010100111010110011010100011000001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BA9D; }

 p { color: rgb(212,186,157); }

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

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

 a { background-color: rgb(212,186,157); }

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

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

 span { border-color: rgb(212,186,157); }

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