#D7BC9C

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

Shades of Vanilla #D7BC9C

Tints of Vanilla #D7BC9C

Color information

#D7BC9C (or 0xD7BC9C) is unknown color: approx Vanilla. HEX triplet: D7, BC and 9C. RGB value is (215,188,156). Sum of RGB (Red+Green+Blue) = 215+188+156=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BC9C is #284363. Grayscale: #C0C0C0. Windows color (decimal): -2638692 or 10271959. OLE color: 10271959.

HSL color Cylindrical-coordinate representation of color #D7BC9C: hue angle of 32.54º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7BC9C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215188156-
CMYK00.130.270.16
HSL32.54º42.45%72.75%-
HSV(B)32.54º27.44%84.31%-
XYZ52.0152.8138.91-
YUV192.42107.45144.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=38.46%
G=33.63%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518815600.130.270.1632.5442.4572.75
HexD7BC9C0D1B10212a49
Octal32727423401533204152111
Binary1101011110111100100111000110111011100001000011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BC9C; }

 p { color: rgb(215,188,156); }

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

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

 a { background-color: rgb(215,188,156); }

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

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

 span { border-color: rgb(215,188,156); }

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