#D6BB9C

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

Shades of Vanilla #D6BB9C

Tints of Vanilla #D6BB9C

Color information

#D6BB9C (or 0xD6BB9C) is unknown color: approx Vanilla. HEX triplet: D6, BB and 9C. RGB value is (214,187,156). Sum of RGB (Red+Green+Blue) = 214+187+156=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB9C is #294463. Grayscale: #BFBFBF. Windows color (decimal): -2704484 or 10271702. OLE color: 10271702.

HSL color Cylindrical-coordinate representation of color #D6BB9C: hue angle of 32.07º degrees, saturation: 0.41, 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 #D6BB9C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214187156-
CMYK00.130.270.16
HSL32.07º41.43%72.55%-
HSV(B)32.07º27.1%83.92%-
XYZ51.552.2438.82-
YUV191.54107.95144.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=38.42%
G=33.57%
B=28.01%

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
Decimal21418715600.130.270.1632.0741.4372.55
HexD6BB9C0D1B10202949
Octal32627323401533204051111
Binary1101011010111011100111000110111011100001000001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB9C; }

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

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

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

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

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

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

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

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