#D9B9AC

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

Shades of Wafer #D9B9AC

Tints of Wafer #D9B9AC

Color information

#D9B9AC (or 0xD9B9AC) is unknown color: approx Wafer. HEX triplet: D9, B9 and AC. RGB value is (217,185,172). Sum of RGB (Red+Green+Blue) = 217+185+172=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B9AC is #264653. Grayscale: #C1C1C1. Windows color (decimal): -2508372 or 11319769. OLE color: 11319769.

HSL color Cylindrical-coordinate representation of color #D9B9AC: hue angle of 17.33º 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 #D9B9AC is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217185172-
CMYK00.150.210.15
HSL17.33º37.19%76.27%-
HSV(B)17.33º20.74%85.1%-
XYZ53.4152.4346.33-
YUV193.09116.1145.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=37.80%
G=32.23%
B=29.97%

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
Decimal21718517200.150.210.1517.3337.1976.27
HexD9B9AC0F15F11254c
Octal33127125401725172145114
Binary11011001101110011010110001111101011111100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9AC; }

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

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

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

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

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

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

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

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