#D9C1B6

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

Shades of Wafer #D9C1B6

Tints of Wafer #D9C1B6

Color information

#D9C1B6 (or 0xD9C1B6) is unknown color: approx Wafer. HEX triplet: D9, C1 and B6. RGB value is (217,193,182). Sum of RGB (Red+Green+Blue) = 217+193+182=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1B6 is #263E49. Grayscale: #C6C6C6. Windows color (decimal): -2506314 or 11977177. OLE color: 11977177.

HSL color Cylindrical-coordinate representation of color #D9C1B6: hue angle of 18.86º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9C1B6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217193182-
CMYK00.110.160.15
HSL18.86º31.53%78.24%-
HSV(B)18.86º16.13%85.1%-
XYZ56.1356.2752.16-
YUV198.92118.45140.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 182 (71.48% from 255) = 30.74%
R=36.66%
G=32.60%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719318200.110.160.1518.8631.5378.24
HexD9C1B60B10F13204e
Octal33130126601320172340116
Binary11011001110000011011011001011100001111100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1B6; }

 p { color: rgb(217,193,182); }

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

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

 a { background-color: rgb(217,193,182); }

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

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

 span { border-color: rgb(217,193,182); }

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