#D9C5BA

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

Shades of Wafer #D9C5BA

Tints of Wafer #D9C5BA

Color information

#D9C5BA (or 0xD9C5BA) is unknown color: approx Wafer. HEX triplet: D9, C5 and BA. RGB value is (217,197,186). Sum of RGB (Red+Green+Blue) = 217+197+186=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5BA is #263A45. Grayscale: #C9C9C9. Windows color (decimal): -2505286 or 12240345. OLE color: 12240345.

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

Color convert

RGB217197186-
CMYK00.090.140.15
HSL21.29º28.97%79.02%-
HSV(B)21.29º14.29%85.1%-
XYZ57.4458.2354.67-
YUV201.73119.13138.89-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 197 (77.34% from 255) = 32.83%
BLUE value IS 186 (73.05% from 255) = 31%
R=36.17%
G=32.83%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719718600.090.140.1521.2928.9779.02
HexD9C5BA09EF151d4f
Octal33130527201116172535117
Binary110110011100010110111010010011110111110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5BA; }

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

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

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

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

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

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

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

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