#D9C1BA

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

Shades of Wafer #D9C1BA

Tints of Wafer #D9C1BA

Color information

#D9C1BA (or 0xD9C1BA) is unknown color: approx Wafer. HEX triplet: D9, C1 and BA. RGB value is (217,193,186). Sum of RGB (Red+Green+Blue) = 217+193+186=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C1BA is #263E45. Grayscale: #C7C7C7. Windows color (decimal): -2506310 or 12239321. OLE color: 12239321.

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

Color convert

RGB217193186-
CMYK00.110.140.15
HSL13.55º28.97%79.02%-
HSV(B)13.55º14.29%85.1%-
XYZ56.5556.4454.37-
YUV199.38120.45140.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=36.41%
G=32.38%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719318600.110.140.1513.5528.9779.02
HexD9C1BA0BEFe1d4f
Octal33130127201316171635117
Binary11011001110000011011101001011111011111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C1BA; }

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

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

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

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

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

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

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

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