#D2BC95

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

Shades of Vanilla #D2BC95

Tints of Vanilla #D2BC95

Color information

#D2BC95 (or 0xD2BC95) is unknown color: approx Vanilla. HEX triplet: D2, BC and 95. RGB value is (210,188,149). Sum of RGB (Red+Green+Blue) = 210+188+149=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BC95 is #2D436A. Grayscale: #BEBEBE. Windows color (decimal): -2966379 or 9813202. OLE color: 9813202.

HSL color Cylindrical-coordinate representation of color #D2BC95: hue angle of 38.36º 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 #D2BC95 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB210188149-
CMYK00.100.290.18
HSL38.36º40.4%70.39%-
HSV(B)38.36º29.05%82.35%-
XYZ49.9951.8435.8-
YUV190.13104.79142.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=38.39%
G=34.37%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018814900.100.290.1838.3640.470.39
HexD2BC950A1D12262846
Octal32227422501235224650106
Binary1101001010111100100101010101011101100101001101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BC95; }

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

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

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

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

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

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

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

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