#D9C3BA

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

Shades of Wafer #D9C3BA

Tints of Wafer #D9C3BA

Color information

#D9C3BA (or 0xD9C3BA) is unknown color: approx Wafer. HEX triplet: D9, C3 and BA. RGB value is (217,195,186). Sum of RGB (Red+Green+Blue) = 217+195+186=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 195 (76.56% from 255 or 32.61% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C3BA is #263C45. Grayscale: #C8C8C8. Windows color (decimal): -2505798 or 12239833. OLE color: 12239833.

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

Color convert

RGB217195186-
CMYK00.100.140.15
HSL17.42º28.97%79.02%-
HSV(B)17.42º14.29%85.1%-
XYZ56.9957.3354.52-
YUV200.55119.79139.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 195 (76.56% from 255) = 32.61%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=36.29%
G=32.61%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719518600.100.140.1517.4228.9779.02
HexD9C3BA0AEF111d4f
Octal33130327201216172135117
Binary110110011100001110111010010101110111110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C3BA; }

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

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

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

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

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

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

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

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