#D5BC96

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

Shades of Vanilla #D5BC96

Tints of Vanilla #D5BC96

Color information

#D5BC96 (or 0xD5BC96) is unknown color: approx Vanilla. HEX triplet: D5, BC and 96. RGB value is (213,188,150). Sum of RGB (Red+Green+Blue) = 213+188+150=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC96 is #2A4369. Grayscale: #BFBFBF. Windows color (decimal): -2769770 or 9878741. OLE color: 9878741.

HSL color Cylindrical-coordinate representation of color #D5BC96: hue angle of 36.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5BC96 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213188150-
CMYK00.120.300.16
HSL36.19º42.86%71.18%-
HSV(B)36.19º29.58%83.53%-
XYZ50.9352.3136.27-
YUV191.14104.78143.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=38.66%
G=34.12%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318815000.120.300.1636.1942.8671.18
HexD5BC960C1E10242b47
Octal32527422601436204453107
Binary1101010110111100100101100110011110100001001001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC96; }

 p { color: rgb(213,188,150); }

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

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

 a { background-color: rgb(213,188,150); }

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

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

 span { border-color: rgb(213,188,150); }

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