#D4BB9B

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

Shades of Vanilla #D4BB9B

Tints of Vanilla #D4BB9B

Color information

#D4BB9B (or 0xD4BB9B) is unknown color: approx Vanilla. HEX triplet: D4, BB and 9B. RGB value is (212,187,155). Sum of RGB (Red+Green+Blue) = 212+187+155=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB9B is #2B4464. Grayscale: #BEBEBE. Windows color (decimal): -2835557 or 10206164. OLE color: 10206164.

HSL color Cylindrical-coordinate representation of color #D4BB9B: hue angle of 33.68º 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 #D4BB9B is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212187155-
CMYK00.120.270.17
HSL33.68º39.86%71.96%-
HSV(B)33.68º26.89%83.14%-
XYZ50.8451.938.35-
YUV190.83107.78143.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=38.27%
G=33.75%
B=27.98%

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
Decimal21218715500.120.270.1733.6839.8671.96
HexD4BB9B0C1B11222848
Octal32427323301433214250110
Binary1101010010111011100110110110011011100011000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB9B; }

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

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

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

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

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

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

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

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