#D9B9AA

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

Shades of Wafer #D9B9AA

Tints of Wafer #D9B9AA

Color information

#D9B9AA (or 0xD9B9AA) is unknown color: approx Wafer. HEX triplet: D9, B9 and AA. RGB value is (217,185,170). Sum of RGB (Red+Green+Blue) = 217+185+170=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B9AA is #264655. Grayscale: #C0C0C0. Windows color (decimal): -2508374 or 11188697. OLE color: 11188697.

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

Color convert

RGB217185170-
CMYK00.150.220.15
HSL19.15º38.21%75.88%-
HSV(B)19.15º21.66%85.1%-
XYZ53.2252.3545.33-
YUV192.86115.1145.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=37.94%
G=32.34%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718517000.150.220.1519.1538.2175.88
HexD9B9AA0F16F13264c
Octal33127125201726172346114
Binary11011001101110011010101001111101101111100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9AA; }

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

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

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

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

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

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

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

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