#D6BB9A

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

Shades of Vanilla #D6BB9A

Tints of Vanilla #D6BB9A

Color information

#D6BB9A (or 0xD6BB9A) is unknown color: approx Vanilla. HEX triplet: D6, BB and 9A. RGB value is (214,187,154). Sum of RGB (Red+Green+Blue) = 214+187+154=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB9A is #294465. Grayscale: #BFBFBF. Windows color (decimal): -2704486 or 10140630. OLE color: 10140630.

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

Color convert

RGB214187154-
CMYK00.130.280.16
HSL33º42.25%72.16%-
HSV(B)33º28.04%83.92%-
XYZ51.3352.1737.94-
YUV191.31106.95144.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=38.56%
G=33.69%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418715400.130.280.163342.2572.16
HexD6BB9A0D1C10212a48
Octal32627323201534204152110
Binary1101011010111011100110100110111100100001000011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB9A; }

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

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

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

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

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

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

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

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