#D8B9AB

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

Shades of Wafer #D8B9AB

Tints of Wafer #D8B9AB

Color information

#D8B9AB (or 0xD8B9AB) is unknown color: approx Wafer. HEX triplet: D8, B9 and AB. RGB value is (216,185,171). Sum of RGB (Red+Green+Blue) = 216+185+171=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B9AB is #274654. Grayscale: #C0C0C0. Windows color (decimal): -2573909 or 11254232. OLE color: 11254232.

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

Color convert

RGB216185171-
CMYK00.140.210.15
HSL18.67º36.59%75.88%-
HSV(B)18.67º20.83%84.71%-
XYZ53.0252.2445.82-
YUV192.67115.77144.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=37.76%
G=32.34%
B=29.90%

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
Decimal21618517100.140.210.1518.6736.5975.88
HexD8B9AB0E15F13254c
Octal33027125301625172345114
Binary11011000101110011010101101110101011111100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9AB; }

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

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

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

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

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

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

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

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