#D3B996

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

Shades of Vanilla #D3B996

Tints of Vanilla #D3B996

Color information

#D3B996 (or 0xD3B996) is unknown color: approx Vanilla. HEX triplet: D3, B9 and 96. RGB value is (211,185,150). Sum of RGB (Red+Green+Blue) = 211+185+150=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B996 is #2C4669. Grayscale: #BCBCBC. Windows color (decimal): -2901610 or 9877971. OLE color: 9877971.

HSL color Cylindrical-coordinate representation of color #D3B996: hue angle of 34.43º degrees, saturation: 0.41, 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 #D3B996 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB211185150-
CMYK00.120.290.17
HSL34.43º40.94%70.78%-
HSV(B)34.43º28.91%82.75%-
XYZ49.7250.7536.03-
YUV188.78106.11143.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 185 (72.66% from 255) = 33.88%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=38.64%
G=33.88%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118515000.120.290.1734.4340.9470.78
HexD3B9960C1D11222947
Octal32327122601435214251107
Binary1101001110111001100101100110011101100011000101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B996; }

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

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

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

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

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

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

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

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