#D6B9AC

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

Shades of Wafer #D6B9AC

Tints of Wafer #D6B9AC

Color information

#D6B9AC (or 0xD6B9AC) is unknown color: approx Wafer. HEX triplet: D6, B9 and AC. RGB value is (214,185,172). Sum of RGB (Red+Green+Blue) = 214+185+172=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B9AC is #294653. Grayscale: #C0C0C0. Windows color (decimal): -2704980 or 11319766. OLE color: 11319766.

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

Color convert

RGB214185172-
CMYK00.140.200.16
HSL18.57º33.87%75.69%-
HSV(B)18.57º19.63%83.92%-
XYZ52.5351.9746.29-
YUV192.19116.61143.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=37.48%
G=32.40%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418517200.140.200.1618.5733.8775.69
HexD6B9AC0E141013224c
Octal32627125401624202342114
Binary110101101011100110101100011101010010000100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9AC; }

 p { color: rgb(214,185,172); }

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

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

 a { background-color: rgb(214,185,172); }

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

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

 span { border-color: rgb(214,185,172); }

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