#D2BA95

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

Shades of Vanilla #D2BA95

Tints of Vanilla #D2BA95

Color information

#D2BA95 (or 0xD2BA95) is unknown color: approx Vanilla. HEX triplet: D2, BA and 95. RGB value is (210,186,149). Sum of RGB (Red+Green+Blue) = 210+186+149=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BA95 is #2D456A. Grayscale: #BDBDBD. Windows color (decimal): -2966891 or 9812690. OLE color: 9812690.

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

Color convert

RGB210186149-
CMYK00.110.290.18
HSL36.39º40.4%70.39%-
HSV(B)36.39º29.05%82.35%-
XYZ49.5650.9935.66-
YUV188.96105.45143.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=38.53%
G=34.13%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018614900.110.290.1836.3940.470.39
HexD2BA950B1D12242846
Octal32227222501335224450106
Binary1101001010111010100101010101111101100101001001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BA95; }

 p { color: rgb(210,186,149); }

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

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

 a { background-color: rgb(210,186,149); }

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

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

 span { border-color: rgb(210,186,149); }

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