#D5BB9C

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

Shades of Vanilla #D5BB9C

Tints of Vanilla #D5BB9C

Color information

#D5BB9C (or 0xD5BB9C) is unknown color: approx Vanilla. HEX triplet: D5, BB and 9C. RGB value is (213,187,156). Sum of RGB (Red+Green+Blue) = 213+187+156=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB9C is #2A4463. Grayscale: #BFBFBF. Windows color (decimal): -2770020 or 10271701. OLE color: 10271701.

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

Color convert

RGB213187156-
CMYK00.120.270.16
HSL32.63º40.43%72.35%-
HSV(B)32.63º26.76%83.53%-
XYZ51.2152.0938.81-
YUV191.24108.11143.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=38.31%
G=33.63%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318715600.120.270.1632.6340.4372.35
HexD5BB9C0C1B10212848
Octal32527323401433204150110
Binary1101010110111011100111000110011011100001000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB9C; }

 p { color: rgb(213,187,156); }

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

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

 a { background-color: rgb(213,187,156); }

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

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

 span { border-color: rgb(213,187,156); }

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