#D6B8AD

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

Shades of Wafer #D6B8AD

Tints of Wafer #D6B8AD

Color information

#D6B8AD (or 0xD6B8AD) is unknown color: approx Wafer. HEX triplet: D6, B8 and AD. RGB value is (214,184,173). Sum of RGB (Red+Green+Blue) = 214+184+173=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B8AD is #294752. Grayscale: #BFBFBF. Windows color (decimal): -2705235 or 11385046. OLE color: 11385046.

HSL color Cylindrical-coordinate representation of color #D6B8AD: hue angle of 16.1º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B8AD is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214184173-
CMYK00.140.190.16
HSL16.1º33.33%75.88%-
HSV(B)16.1º19.16%83.92%-
XYZ52.4151.5946.73-
YUV191.72117.44143.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=37.48%
G=32.22%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418417300.140.190.1616.133.3375.88
HexD6B8AD0E131010214c
Octal32627025501623202041114
Binary110101101011100010101101011101001110000100001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B8AD; }

 p { color: rgb(214,184,173); }

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

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

 a { background-color: rgb(214,184,173); }

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

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

 span { border-color: rgb(214,184,173); }

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