#D9B8AC

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

Shades of Wafer #D9B8AC

Tints of Wafer #D9B8AC

Color information

#D9B8AC (or 0xD9B8AC) is unknown color: approx Wafer. HEX triplet: D9, B8 and AC. RGB value is (217,184,172). Sum of RGB (Red+Green+Blue) = 217+184+172=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B8AC is #264753. Grayscale: #C0C0C0. Windows color (decimal): -2508628 or 11319513. OLE color: 11319513.

HSL color Cylindrical-coordinate representation of color #D9B8AC: hue angle of 16º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B8AC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217184172-
CMYK00.150.210.15
HSL16º37.19%76.27%-
HSV(B)16º20.74%85.1%-
XYZ53.252.0146.26-
YUV192.5116.43145.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=37.87%
G=32.11%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718417200.150.210.151637.1976.27
HexD9B8AC0F15F10254c
Octal33127025401725172045114
Binary11011001101110001010110001111101011111100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8AC; }

 p { color: rgb(217,184,172); }

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

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

 a { background-color: rgb(217,184,172); }

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

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

 span { border-color: rgb(217,184,172); }

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