#D1B9AA

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

Shades of Wafer #D1B9AA

Tints of Wafer #D1B9AA

Color information

#D1B9AA (or 0xD1B9AA) is unknown color: approx Wafer. HEX triplet: D1, B9 and AA. RGB value is (209,185,170). Sum of RGB (Red+Green+Blue) = 209+185+170=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B9AA is #2E4655. Grayscale: #BEBEBE. Windows color (decimal): -3032662 or 11188689. OLE color: 11188689.

HSL color Cylindrical-coordinate representation of color #D1B9AA: hue angle of 23.08º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B9AA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209185170-
CMYK00.110.190.18
HSL23.08º29.77%74.31%-
HSV(B)23.08º18.66%81.96%-
XYZ50.951.1645.22-
YUV190.47116.45141.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 170 (66.80% from 255) = 30.14%
R=37.06%
G=32.80%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918517000.110.190.1823.0829.7774.31
HexD1B9AA0B1312171e4a
Octal32127125201323222736112
Binary11010001101110011010101001011100111001010111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B9AA; }

 p { color: rgb(209,185,170); }

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

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

 a { background-color: rgb(209,185,170); }

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

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

 span { border-color: rgb(209,185,170); }

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