#D2B99B

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

Shades of Vanilla #D2B99B

Tints of Vanilla #D2B99B

Color information

#D2B99B (or 0xD2B99B) is unknown color: approx Vanilla. HEX triplet: D2, B9 and 9B. RGB value is (210,185,155). Sum of RGB (Red+Green+Blue) = 210+185+155=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B99B is #2D4664. Grayscale: #BDBDBD. Windows color (decimal): -2967141 or 10205650. OLE color: 10205650.

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

Color convert

RGB210185155-
CMYK00.120.260.18
HSL32.73º37.93%71.57%-
HSV(B)32.73º26.19%82.35%-
XYZ49.8450.7738.18-
YUV189.06108.78142.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 185 (72.66% from 255) = 33.64%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=38.18%
G=33.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018515500.120.260.1832.7337.9371.57
HexD2B99B0C1A12212648
Octal32227123301432224146110
Binary1101001010111001100110110110011010100101000011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B99B; }

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

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

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

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

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

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

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

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