#D7B9AC

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

Shades of Wafer #D7B9AC

Tints of Wafer #D7B9AC

Color information

#D7B9AC (or 0xD7B9AC) is unknown color: approx Wafer. HEX triplet: D7, B9 and AC. RGB value is (215,185,172). Sum of RGB (Red+Green+Blue) = 215+185+172=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B9AC is #284653. Grayscale: #C0C0C0. Windows color (decimal): -2639444 or 11319767. OLE color: 11319767.

HSL color Cylindrical-coordinate representation of color #D7B9AC: hue angle of 18.14º 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 #D7B9AC is Cyan = 0, Magento = 0.14, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB215185172-
CMYK00.140.20.16
HSL18.14º34.96%75.88%-
HSV(B)18.14º20%84.31%-
XYZ52.8252.1246.31-
YUV192.49116.44144.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=37.59%
G=32.34%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518517200.140.20.1618.1434.9675.88
HexD7B9AC0E141012234c
Octal32727125401624202243114
Binary110101111011100110101100011101010010000100101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9AC; }

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

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

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

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

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

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

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

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