#D1BC9C

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

Shades of Vanilla #D1BC9C

Tints of Vanilla #D1BC9C

Color information

#D1BC9C (or 0xD1BC9C) is unknown color: approx Vanilla. HEX triplet: D1, BC and 9C. RGB value is (209,188,156). Sum of RGB (Red+Green+Blue) = 209+188+156=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BC9C is #2E4363. Grayscale: #BEBEBE. Windows color (decimal): -3031908 or 10271953. OLE color: 10271953.

HSL color Cylindrical-coordinate representation of color #D1BC9C: hue angle of 36.23º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1BC9C is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209188156-
CMYK00.100.250.18
HSL36.23º36.55%71.57%-
HSV(B)36.23º25.36%81.96%-
XYZ50.2851.9238.82-
YUV190.63108.46141.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=37.79%
G=34.00%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918815600.100.250.1836.2336.5571.57
HexD1BC9C0A1912242548
Octal32127423401231224445110
Binary1101000110111100100111000101011001100101001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BC9C; }

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

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

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

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

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

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

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

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