#D8B9AA

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

Shades of Wafer #D8B9AA

Tints of Wafer #D8B9AA

Color information

#D8B9AA (or 0xD8B9AA) is unknown color: approx Wafer. HEX triplet: D8, B9 and AA. RGB value is (216,185,170). Sum of RGB (Red+Green+Blue) = 216+185+170=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B9AA is #274655. Grayscale: #C0C0C0. Windows color (decimal): -2573910 or 11188696. OLE color: 11188696.

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

Color convert

RGB216185170-
CMYK00.140.210.15
HSL19.57º37.1%75.69%-
HSV(B)19.57º21.3%84.71%-
XYZ52.9252.245.32-
YUV192.56115.27144.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=37.83%
G=32.40%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618517000.140.210.1519.5737.175.69
HexD8B9AA0E15F14254c
Octal33027125201625172445114
Binary11011000101110011010101001110101011111101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9AA; }

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

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

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

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

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

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

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

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