#D1BA96

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

Shades of Vanilla #D1BA96

Tints of Vanilla #D1BA96

Color information

#D1BA96 (or 0xD1BA96) is unknown color: approx Vanilla. HEX triplet: D1, BA and 96. RGB value is (209,186,150). Sum of RGB (Red+Green+Blue) = 209+186+150=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA96 is #2E4569. Grayscale: #BCBCBC. Windows color (decimal): -3032426 or 9878225. OLE color: 9878225.

HSL color Cylindrical-coordinate representation of color #D1BA96: hue angle of 36.61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1BA96 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB209186150-
CMYK00.110.280.18
HSL36.61º39.07%70.39%-
HSV(B)36.61º28.23%81.96%-
XYZ49.3650.8836.07-
YUV188.77106.12142.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=38.35%
G=34.13%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918615000.110.280.1836.6139.0770.39
HexD1BA960B1C12252746
Octal32127222601334224547106
Binary1101000110111010100101100101111100100101001011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA96; }

 p { color: rgb(209,186,150); }

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

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

 a { background-color: rgb(209,186,150); }

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

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

 span { border-color: rgb(209,186,150); }

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