#D4B996

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

Shades of Vanilla #D4B996

Tints of Vanilla #D4B996

Color information

#D4B996 (or 0xD4B996) is unknown color: approx Vanilla. HEX triplet: D4, B9 and 96. RGB value is (212,185,150). Sum of RGB (Red+Green+Blue) = 212+185+150=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B996 is #2B4669. Grayscale: #BDBDBD. Windows color (decimal): -2836074 or 9877972. OLE color: 9877972.

HSL color Cylindrical-coordinate representation of color #D4B996: hue angle of 33.87º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B996 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212185150-
CMYK00.130.290.17
HSL33.87º41.89%70.98%-
HSV(B)33.87º29.25%83.14%-
XYZ50.0150.936.04-
YUV189.08105.95144.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=38.76%
G=33.82%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218515000.130.290.1733.8741.8970.98
HexD4B9960D1D11222a47
Octal32427122601535214252107
Binary1101010010111001100101100110111101100011000101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B996; }

 p { color: rgb(212,185,150); }

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

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

 a { background-color: rgb(212,185,150); }

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

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

 span { border-color: rgb(212,185,150); }

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