#D5BB9E

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

Shades of Vanilla #D5BB9E

Tints of Vanilla #D5BB9E

Color information

#D5BB9E (or 0xD5BB9E) is unknown color: approx Vanilla. HEX triplet: D5, BB and 9E. RGB value is (213,187,158). Sum of RGB (Red+Green+Blue) = 213+187+158=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB9E is #2A4461. Grayscale: #BFBFBF. Windows color (decimal): -2770018 or 10402773. OLE color: 10402773.

HSL color Cylindrical-coordinate representation of color #D5BB9E: hue angle of 31.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BB9E is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213187158-
CMYK00.120.260.16
HSL31.64º39.57%72.75%-
HSV(B)31.64º25.82%83.53%-
XYZ51.3852.1639.71-
YUV191.47109.11143.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=38.17%
G=33.51%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318715800.120.260.1631.6439.5772.75
HexD5BB9E0C1A10202849
Octal32527323601432204050111
Binary1101010110111011100111100110011010100001000001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB9E; }

 p { color: rgb(213,187,158); }

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

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

 a { background-color: rgb(213,187,158); }

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

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

 span { border-color: rgb(213,187,158); }

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