#D7B9AB

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

Shades of Wafer #D7B9AB

Tints of Wafer #D7B9AB

Color information

#D7B9AB (or 0xD7B9AB) is unknown color: approx Wafer. HEX triplet: D7, B9 and AB. RGB value is (215,185,171). Sum of RGB (Red+Green+Blue) = 215+185+171=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B9AB is #284654. Grayscale: #C0C0C0. Windows color (decimal): -2639445 or 11254231. OLE color: 11254231.

HSL color Cylindrical-coordinate representation of color #D7B9AB: hue angle of 19.09º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B9AB is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215185171-
CMYK00.140.200.16
HSL19.09º35.48%75.69%-
HSV(B)19.09º20.47%84.31%-
XYZ52.7252.0945.8-
YUV192.37115.94144.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=37.65%
G=32.40%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518517100.140.200.1619.0935.4875.69
HexD7B9AB0E141013234c
Octal32727125301624202343114
Binary110101111011100110101011011101010010000100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9AB; }

 p { color: rgb(215,185,171); }

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

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

 a { background-color: rgb(215,185,171); }

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

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

 span { border-color: rgb(215,185,171); }

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