#D4BB9A

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

Shades of Vanilla #D4BB9A

Tints of Vanilla #D4BB9A

Color information

#D4BB9A (or 0xD4BB9A) is unknown color: approx Vanilla. HEX triplet: D4, BB and 9A. RGB value is (212,187,154). Sum of RGB (Red+Green+Blue) = 212+187+154=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB9A is #2B4465. Grayscale: #BEBEBE. Windows color (decimal): -2835558 or 10140628. OLE color: 10140628.

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

Color convert

RGB212187154-
CMYK00.120.270.17
HSL34.14º40.28%71.76%-
HSV(B)34.14º27.36%83.14%-
XYZ50.7551.8737.91-
YUV190.71107.28143.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=38.34%
G=33.82%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218715400.120.270.1734.1440.2871.76
HexD4BB9A0C1B11222848
Octal32427323201433214250110
Binary1101010010111011100110100110011011100011000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB9A; }

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

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

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

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

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

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

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

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