#D2B99D

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

Shades of Vanilla #D2B99D

Tints of Vanilla #D2B99D

Color information

#D2B99D (or 0xD2B99D) is unknown color: approx Vanilla. HEX triplet: D2, B9 and 9D. RGB value is (210,185,157). Sum of RGB (Red+Green+Blue) = 210+185+157=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B99D is #2D4662. Grayscale: #BDBDBD. Windows color (decimal): -2967139 or 10336722. OLE color: 10336722.

HSL color Cylindrical-coordinate representation of color #D2B99D: hue angle of 31.7º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B99D is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210185157-
CMYK00.120.250.18
HSL31.7º37.06%71.96%-
HSV(B)31.7º25.24%82.35%-
XYZ50.0150.8339.07-
YUV189.28109.78142.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=38.04%
G=33.51%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018515700.120.250.1831.737.0671.96
HexD2B99D0C1912202548
Octal32227123501431224045110
Binary1101001010111001100111010110011001100101000001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B99D; }

 p { color: rgb(210,185,157); }

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

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

 a { background-color: rgb(210,185,157); }

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

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

 span { border-color: rgb(210,185,157); }

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